Skip to content

Commit

Permalink
chore: bump app_widget version
Browse files Browse the repository at this point in the history
  • Loading branch information
noxasch committed Sep 15, 2022
1 parent d3b71c5 commit fe5bf27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app_widget/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ packages:
name: app_widget_android
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1"
version: "0.0.2"
app_widget_platform_interface:
dependency: transitive
description:
name: app_widget_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1"
version: "0.0.2"
archive:
dependency: transitive
description:
Expand Down
5 changes: 3 additions & 2 deletions app_widget/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: app_widget
description: flutter app widget
version: 0.0.1
homepage: https://github.com/noxasch/flutter_app_widget/tree/master/app_widget
issue_tracker: https://github.com/noxasch/flutter_app_widget/issues

environment:
sdk: ">=2.17.6 <3.0.0"
Expand All @@ -11,8 +12,8 @@ dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
app_widget_platform_interface: ^0.0.1
app_widget_android: ^0.0.1
app_widget_platform_interface: ^0.0.2
app_widget_android: ^0.0.2

dev_dependencies:
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions app_widget_android/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.1"
version: "0.0.2"
app_widget_platform_interface:
dependency: transitive
description:
name: app_widget_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1"
version: "0.0.2"
async:
dependency: transitive
description:
Expand Down

0 comments on commit fe5bf27

Please sign in to comment.