diff --git a/app_widget/example/pubspec.lock b/app_widget/example/pubspec.lock index 32f512f..9207818 100644 --- a/app_widget/example/pubspec.lock +++ b/app_widget/example/pubspec.lock @@ -12,18 +12,18 @@ packages: dependency: transitive description: name: app_widget_android - sha256: "2bb58766646b52693d9e67c9062292a4ecb9df9c987fda2db221397eacc64ccb" + sha256: "10985e55599231d694ab073c0677f5707cf1464579990648630133ad04643e27" url: "https://pub.dev" source: hosted - version: "0.3.0" + version: "0.3.1" app_widget_platform_interface: dependency: transitive description: name: app_widget_platform_interface - sha256: "75583ff13e5b01f7204397990e7d885a7c3d261f68c570b09c58581fd30518d7" + sha256: fcfaaf47627cb4cc28a7dad4cceb692c5b9d7ec3e18fbeee07c178b0fcb9461e url: "https://pub.dev" source: hosted - version: "0.2.0" + version: "0.3.0" async: dependency: transitive description: @@ -173,10 +173,10 @@ packages: dependency: transitive description: name: plugin_platform_interface - sha256: "075f927ebbab4262ace8d0b283929ac5410c0ac4e7fc123c76429564facfb757" + sha256: f4f88d4a900933e7267e2b353594774fc0d07fb072b47eedcd5b54e1ea3269f8 url: "https://pub.dev" source: hosted - version: "2.1.2" + version: "2.1.7" process: dependency: transitive description: diff --git a/app_widget/pubspec.yaml b/app_widget/pubspec.yaml index 6c6340b..a3b6399 100644 --- a/app_widget/pubspec.yaml +++ b/app_widget/pubspec.yaml @@ -12,9 +12,9 @@ environment: dependencies: flutter: sdk: flutter - plugin_platform_interface: ^2.0.2 - app_widget_platform_interface: ^0.2.0 - app_widget_android: ^0.3.0 + plugin_platform_interface: ^2.1.7 + app_widget_platform_interface: ^0.3.1 + app_widget_android: ^0.3.2 # app_widget_platform_interface: # local dev # path: ../app_widget_platform_interface # app_widget_android: # local dev diff --git a/app_widget_android/CHANGELOG.md b/app_widget_android/CHANGELOG.md index a4cf6b4..f210d5d 100644 --- a/app_widget_android/CHANGELOG.md +++ b/app_widget_android/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.2 + +*chore: update latest dependencies + ## 0.3.1 *chore: use latest platform interface diff --git a/app_widget_android/example/pubspec.lock b/app_widget_android/example/pubspec.lock index 7ee4ac7..0b263cf 100644 --- a/app_widget_android/example/pubspec.lock +++ b/app_widget_android/example/pubspec.lock @@ -7,15 +7,15 @@ packages: path: ".." relative: true source: path - version: "0.3.1" + version: "0.3.2" app_widget_platform_interface: dependency: transitive description: name: app_widget_platform_interface - sha256: fcfaaf47627cb4cc28a7dad4cceb692c5b9d7ec3e18fbeee07c178b0fcb9461e + sha256: "07c7500e83f86703fdad1aa3480e492a7226b322cbad3e71910f2630df96391e" url: "https://pub.dev" source: hosted - version: "0.3.0" + version: "0.3.1" async: dependency: transitive description: @@ -134,10 +134,10 @@ packages: dependency: transitive description: name: plugin_platform_interface - sha256: "075f927ebbab4262ace8d0b283929ac5410c0ac4e7fc123c76429564facfb757" + sha256: f4f88d4a900933e7267e2b353594774fc0d07fb072b47eedcd5b54e1ea3269f8 url: "https://pub.dev" source: hosted - version: "2.1.2" + version: "2.1.7" sky_engine: dependency: transitive description: flutter diff --git a/app_widget_android/pubspec.yaml b/app_widget_android/pubspec.yaml index dd3d075..ceab05f 100644 --- a/app_widget_android/pubspec.yaml +++ b/app_widget_android/pubspec.yaml @@ -1,6 +1,6 @@ name: app_widget_android description: Android implementation for app_widget plugin -version: 0.3.1 +version: 0.3.2 homepage: https://noxasch.tech/ repository: https://github.com/noxasch/flutter_app_widget/tree/master/app_widget_android issue_tracker: https://github.com/noxasch/flutter_app_widget/issues @@ -12,8 +12,8 @@ environment: dependencies: flutter: sdk: flutter - plugin_platform_interface: ^2.0.2 - app_widget_platform_interface: ^0.3.0 + plugin_platform_interface: ^2.1.7 + app_widget_platform_interface: ^0.3.1 # app_widget_platform_interface: # local dev # path: ../app_widget_platform_interface diff --git a/app_widget_platform_interface/CHANGELOG.md b/app_widget_platform_interface/CHANGELOG.md index 3af9cbb..969ae86 100644 --- a/app_widget_platform_interface/CHANGELOG.md +++ b/app_widget_platform_interface/CHANGELOG.md @@ -1,4 +1,8 @@ +## 0.3.1 + +* update platform interface version ## 0.3.0 + * support dart sdk 4.0 ## 0.2.0 diff --git a/app_widget_platform_interface/pubspec.yaml b/app_widget_platform_interface/pubspec.yaml index 0e3937f..b101be4 100644 --- a/app_widget_platform_interface/pubspec.yaml +++ b/app_widget_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: app_widget_platform_interface description: Common platform interface for app_widget plugin. -version: 0.3.0 +version: 0.3.1 homepage: https://noxasch.tech/ repository: https://github.com/noxasch/flutter_app_widget/tree/master/app_widget_platform_interface issue_tracker: https://github.com/noxasch/flutter_app_widget/issues @@ -12,7 +12,7 @@ environment: dependencies: flutter: sdk: flutter - plugin_platform_interface: ^2.0.2 + plugin_platform_interface: ^2.1.7 dev_dependencies: flutter_test: