From 2edc821dbf4dbd1d25f2673358c8ab4ffbc801df Mon Sep 17 00:00:00 2001 From: Alexander Dischberg Date: Fri, 16 Sep 2022 05:18:15 +0800 Subject: [PATCH] chore(app_widget): bump version --- app_widget/example/pubspec.lock | 6 +++--- app_widget/pubspec.yaml | 10 +++++++--- app_widget_android/example/pubspec.lock | 4 ++-- app_widget_android/pubspec.yaml | 2 ++ 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/app_widget/example/pubspec.lock b/app_widget/example/pubspec.lock index 4911262..7e19a18 100644 --- a/app_widget/example/pubspec.lock +++ b/app_widget/example/pubspec.lock @@ -7,21 +7,21 @@ packages: path: ".." relative: true source: path - version: "0.0.2" + version: "0.0.3" app_widget_android: dependency: transitive description: name: app_widget_android url: "https://pub.dartlang.org" source: hosted - version: "0.0.2" + version: "0.0.3" app_widget_platform_interface: dependency: transitive description: name: app_widget_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "0.0.2" + version: "0.0.3" archive: dependency: transitive description: diff --git a/app_widget/pubspec.yaml b/app_widget/pubspec.yaml index b05fbbe..648d1ad 100644 --- a/app_widget/pubspec.yaml +++ b/app_widget/pubspec.yaml @@ -1,6 +1,6 @@ name: app_widget description: flutter app widget -version: 0.0.2 +version: 0.0.3 homepage: https://noxasch.tech/ repository: https://github.com/noxasch/flutter_app_widget/tree/master/app_widget issue_tracker: https://github.com/noxasch/flutter_app_widget/issues @@ -13,8 +13,12 @@ dependencies: flutter: sdk: flutter plugin_platform_interface: ^2.0.2 - app_widget_platform_interface: ^0.0.2 - app_widget_android: ^0.0.2 + app_widget_platform_interface: ^0.0.3 + app_widget_android: ^0.0.3 + # app_widget_platform_interface: + # path: ../app_widget_platform_interface + # app_widget_android: + # path: ../app_widget_android dev_dependencies: flutter_test: diff --git a/app_widget_android/example/pubspec.lock b/app_widget_android/example/pubspec.lock index 9a373e1..a722833 100644 --- a/app_widget_android/example/pubspec.lock +++ b/app_widget_android/example/pubspec.lock @@ -7,14 +7,14 @@ packages: path: ".." relative: true source: path - version: "0.0.2" + version: "0.0.3" app_widget_platform_interface: dependency: transitive description: name: app_widget_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "0.0.2" + version: "0.0.3" async: dependency: transitive description: diff --git a/app_widget_android/pubspec.yaml b/app_widget_android/pubspec.yaml index a268d19..4e91e48 100644 --- a/app_widget_android/pubspec.yaml +++ b/app_widget_android/pubspec.yaml @@ -14,6 +14,8 @@ dependencies: sdk: flutter plugin_platform_interface: ^2.0.2 app_widget_platform_interface: ^0.0.3 + # app_widget_platform_interface: + # path: ../app_widget_platform_interface dev_dependencies: flutter_test: