File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1+ ## 0.3.1
2+ * fix(android): fix trigger update widget updating the widget multiple time
3+
14## 0.3.0
25* feat(android): support widget provider with diff androidPackageName
36* test: update widget test
Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ packages:
1212 dependency: transitive
1313 description:
1414 name: app_widget_android
15- sha256: "10985e55599231d694ab073c0677f5707cf1464579990648630133ad04643e27 "
15+ sha256: "9b5fc286e3f4add2404468035effbd584935e31b064b36228623f7b12678b77b "
1616 url: "https://pub.dev"
1717 source: hosted
18- version: "0.3.1 "
18+ version: "0.3.3 "
1919 app_widget_platform_interface:
2020 dependency: transitive
2121 description:
2222 name: app_widget_platform_interface
23- sha256: fcfaaf47627cb4cc28a7dad4cceb692c5b9d7ec3e18fbeee07c178b0fcb9461e
23+ sha256: "07c7500e83f86703fdad1aa3480e492a7226b322cbad3e71910f2630df96391e"
2424 url: "https://pub.dev"
2525 source: hosted
26- version: "0.3.0 "
26+ version: "0.3.1 "
2727 async:
2828 dependency: transitive
2929 description:
Original file line number Diff line number Diff line change 11name : app_widget
22description : Flutter plugin to manage app widget / home screen widget from within flutter app.
3- version : 0.3.0
3+ version : 0.3.1
44homepage : https://noxasch.tech/
55repository : https://github.com/noxasch/flutter_app_widget/tree/master/app_widget
66issue_tracker : https://github.com/noxasch/flutter_app_widget/issues
@@ -14,7 +14,7 @@ dependencies:
1414 sdk : flutter
1515 plugin_platform_interface : ^2.1.7
1616 app_widget_platform_interface : ^0.3.1
17- app_widget_android : ^0.3.2
17+ app_widget_android : ^0.3.3
1818 # app_widget_platform_interface: # local dev
1919 # path: ../app_widget_platform_interface
2020 # app_widget_android: # local dev
You can’t perform that action at this time.
0 commit comments