From 7391e9a94d6f18e31b8cdef4abdac7ada6a9e248 Mon Sep 17 00:00:00 2001 From: Imran Remtulla Date: Sun, 21 Sep 2025 14:11:40 -0400 Subject: [PATCH] Upgrade Flutter + packages, increment version --- .flutter | 2 +- pubspec.lock | 32 ++++++++++++++++---------------- pubspec.yaml | 14 +++++++------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.flutter b/.flutter index a402d9a..d693b4b 160000 --- a/.flutter +++ b/.flutter @@ -1 +1 @@ -Subproject commit a402d9a4376add5bc2d6b1e33e53edaae58c07f8 +Subproject commit d693b4b9dbac2acd4477aea4555ca6dcbea44ba2 diff --git a/pubspec.lock b/pubspec.lock index 3a0ed90..0144e81 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -5,10 +5,10 @@ packages: dependency: "direct main" description: name: android_intent_plus - sha256: "2329378af63f49b985cb2e110ac784d08374f1e2b1984be77ba9325b1c8cce11" + sha256: "14a9f94c5825a528e8c38ee89a33dbeba947efbbf76f066c174f4f3ae4f48feb" url: "https://pub.dev" source: hosted - version: "5.3.1" + version: "6.0.0" android_package_installer: dependency: "direct main" description: @@ -104,10 +104,10 @@ packages: dependency: "direct main" description: name: battery_plus - sha256: "03d5a6bb36db9d2b977c548f6b0262d5a84c4d5a4cfee2edac4a91d57011b365" + sha256: ad16fcb55b7384be6b4bbc763d5e2031ac7ea62b2d9b6b661490c7b9741155bf url: "https://pub.dev" source: hosted - version: "6.2.3" + version: "7.0.0" battery_plus_platform_interface: dependency: transitive description: @@ -160,10 +160,10 @@ packages: dependency: "direct main" description: name: connectivity_plus - sha256: b5e72753cf63becce2c61fd04dfe0f1c430cc5278b53a1342dc5ad839eab29ec + sha256: "33bae12a398f841c6cda09d1064212957265869104c478e5ad51e2fb26c3973c" url: "https://pub.dev" source: hosted - version: "6.1.5" + version: "7.0.0" connectivity_plus_platform_interface: dependency: transitive description: @@ -216,10 +216,10 @@ packages: dependency: "direct main" description: name: device_info_plus - sha256: "98f28b42168cc509abc92f88518882fd58061ea372d7999aecc424345c7bff6a" + sha256: "49413c8ca514dea7633e8def233b25efdf83ec8522955cc2c0e3ad802927e7c6" url: "https://pub.dev" source: hosted - version: "11.5.0" + version: "12.1.0" device_info_plus_platform_interface: dependency: transitive description: @@ -508,10 +508,10 @@ packages: dependency: "direct main" description: name: fluttertoast - sha256: "25e51620424d92d3db3832464774a6143b5053f15e382d8ffbfd40b6e795dcf1" + sha256: "144ddd74d49c865eba47abe31cbc746c7b311c82d6c32e571fd73c4264b740e2" url: "https://pub.dev" source: hosted - version: "8.2.12" + version: "9.0.0" fraction: dependency: transitive description: @@ -828,10 +828,10 @@ packages: dependency: "direct main" description: name: share_plus - sha256: d7dc0630a923883c6328ca31b89aa682bacbf2f8304162d29f7c6aaff03a27a1 + sha256: "3424e9d5c22fd7f7590254ba09465febd6f8827c8b19a44350de4ac31d92d3a6" url: "https://pub.dev" source: hosted - version: "11.1.0" + version: "12.0.0" share_plus_platform_interface: dependency: transitive description: @@ -1059,10 +1059,10 @@ packages: dependency: transitive description: name: url_launcher_android - sha256: "07cffecb7d68cbc6437cd803d5f11a86fe06736735c3dfe46ff73bcb0f958eed" + sha256: "199bc33e746088546a39cc5f36bac5a278c5e53b40cb3196f99e7345fdcfae6b" url: "https://pub.dev" source: hosted - version: "6.3.21" + version: "6.3.22" url_launcher_ios: dependency: transitive description: @@ -1171,10 +1171,10 @@ packages: dependency: transitive description: name: webview_flutter_wkwebview - sha256: fb46db8216131a3e55bcf44040ca808423539bc6732e7ed34fb6d8044e3d512f + sha256: fea63576b3b7e02b2df8b78ba92b48ed66caec2bb041e9a0b1cbd586d5d80bfd url: "https://pub.dev" source: hosted - version: "3.23.0" + version: "3.23.1" win32: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index fedb6b0..d1a870b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.2.4+2320 +version: 1.2.5+2321 environment: sdk: ^3.8.1 @@ -45,8 +45,8 @@ dependencies: shared_preferences: ^2.5.3 url_launcher: ^6.3.1 permission_handler: ^12.0.0+1 - fluttertoast: ^8.2.12 - device_info_plus: ^11.4.0 + fluttertoast: ^9.0.0 + device_info_plus: ^12.1.0 file_picker: ^10.1.9 animations: ^2.0.11 android_package_installer: # TODO: See if PR will be accepted (dev may not be active), else remove this comment @@ -57,14 +57,14 @@ dependencies: git: url: https://github.com/ImranR98/android_package_manager ref: master - share_plus: ^11.0.0 + share_plus: ^12.0.0 sqflite: ^2.4.2 easy_localization: ^3.0.7+1 - android_intent_plus: ^5.3.0 + android_intent_plus: ^6.0.0 flutter_markdown: ^0.7.7+1 flutter_archive: ^6.0.3 hsluv: ^1.1.3 - connectivity_plus: ^6.1.4 + connectivity_plus: ^7.0.0 shared_storage: # TODO: Is this maintained? git: url: https://github.com/AlexBacich/shared-storage @@ -85,7 +85,7 @@ dependencies: ref: master markdown: ^7.3.0 flutter_typeahead: ^5.2.0 - battery_plus: ^6.2.1 + battery_plus: ^7.0.0 flutter_charset_detector: ^5.0.0 # The "flutter_lints" package below contains a set of recommended lints to