From f5fda2ca9078884dd3a907fb061fa6549c33cb6c Mon Sep 17 00:00:00 2001 From: Imran Remtulla Date: Fri, 7 Oct 2022 19:23:25 -0400 Subject: [PATCH] Updated some plugins --- android/app/src/main/AndroidManifest.xml | 10 ------ pubspec.lock | 46 ++++++++++++------------ pubspec.yaml | 5 ++- 3 files changed, 25 insertions(+), 36 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 1062122..ccee49f 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -30,16 +30,6 @@ - - - - diff --git a/pubspec.lock b/pubspec.lock index 1a9194c..808ff08 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,7 +7,7 @@ packages: name: animations url: "https://pub.dartlang.org" source: hosted - version: "2.0.5" + version: "2.0.7" archive: dependency: transitive description: @@ -71,6 +71,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.16.0" + cross_file: + dependency: transitive + description: + name: cross_file + url: "https://pub.dartlang.org" + source: hosted + version: "0.3.3+2" crypto: dependency: transitive description: @@ -105,42 +112,42 @@ packages: name: device_info_plus url: "https://pub.dartlang.org" source: hosted - version: "4.1.2" + version: "5.0.5" device_info_plus_linux: dependency: transitive description: name: device_info_plus_linux url: "https://pub.dartlang.org" source: hosted - version: "3.0.0" + version: "4.0.2" device_info_plus_macos: dependency: transitive description: name: device_info_plus_macos url: "https://pub.dartlang.org" source: hosted - version: "3.0.0" + version: "4.0.2" device_info_plus_platform_interface: dependency: transitive description: name: device_info_plus_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "3.0.0" + version: "4.0.1" device_info_plus_web: dependency: transitive description: name: device_info_plus_web url: "https://pub.dartlang.org" source: hosted - version: "3.0.0" + version: "4.0.2" device_info_plus_windows: dependency: transitive description: name: device_info_plus_windows url: "https://pub.dartlang.org" source: hosted - version: "4.1.0" + version: "5.0.2" dynamic_color: dependency: "direct main" description: @@ -188,13 +195,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.2.0" - flutter_install_app: - dependency: "direct main" - description: - name: flutter_install_app - url: "https://pub.dartlang.org" - source: hosted - version: "1.3.0" flutter_launcher_icons: dependency: "direct dev" description: @@ -215,7 +215,7 @@ packages: name: flutter_local_notifications url: "https://pub.dartlang.org" source: hosted - version: "11.0.1" + version: "12.0.0" flutter_local_notifications_linux: dependency: transitive description: @@ -407,7 +407,7 @@ packages: name: permission_handler url: "https://pub.dartlang.org" source: hosted - version: "10.0.2" + version: "10.1.0" permission_handler_android: dependency: transitive description: @@ -421,21 +421,21 @@ packages: name: permission_handler_apple url: "https://pub.dartlang.org" source: hosted - version: "9.0.4" + version: "9.0.6" permission_handler_platform_interface: dependency: transitive description: name: permission_handler_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "3.8.0" + version: "3.9.0" permission_handler_windows: dependency: transitive description: name: permission_handler_windows url: "https://pub.dartlang.org" source: hosted - version: "0.1.0" + version: "0.1.1" petitparser: dependency: transitive description: @@ -477,7 +477,7 @@ packages: name: share_plus url: "https://pub.dartlang.org" source: hosted - version: "4.4.0" + version: "4.5.3" share_plus_linux: dependency: transitive description: @@ -498,14 +498,14 @@ packages: name: share_plus_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "3.0.3" + version: "3.1.1" share_plus_web: dependency: transitive description: name: share_plus_web url: "https://pub.dartlang.org" source: hosted - version: "3.0.1" + version: "3.1.0" share_plus_windows: dependency: transitive description: @@ -706,7 +706,7 @@ packages: name: webview_flutter_android url: "https://pub.dartlang.org" source: hosted - version: "2.10.3" + version: "2.10.4" webview_flutter_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index d99e77f..d292dbd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -38,7 +38,7 @@ dependencies: cupertino_icons: ^1.0.5 path_provider: ^2.0.11 flutter_fgbg: ^0.2.0 # Try removing reliance on this - flutter_local_notifications: ^11.0.1 + flutter_local_notifications: ^12.0.0 provider: ^6.0.3 http: ^0.13.5 webview_flutter: ^3.0.4 @@ -49,11 +49,10 @@ dependencies: url_launcher: ^6.1.5 permission_handler: ^10.0.0 fluttertoast: ^8.0.9 - device_info_plus: ^4.1.2 + device_info_plus: ^5.0.5 file_picker: ^5.1.0 animations: ^2.0.4 install_plugin_v2: ^1.0.0 - flutter_install_app: ^1.3.0 share_plus: ^4.4.0