Skip to content

Commit eafe92d

Browse files
committed
chore(core): bump version
1 parent e8cd84b commit eafe92d

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

app_widget/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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

app_widget/example/pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

app_widget/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: app_widget
22
description: Flutter plugin to manage app widget / home screen widget from within flutter app.
3-
version: 0.3.0
3+
version: 0.3.1
44
homepage: https://noxasch.tech/
55
repository: https://github.com/noxasch/flutter_app_widget/tree/master/app_widget
66
issue_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

0 commit comments

Comments
 (0)