chore(mobile): flutter 3.29.3 (#17638)

* chore(mobile): flutter 3.29.3

* chore(mobile): flutter 3.29.3

* upgrade background_downloader
This commit is contained in:
Alex 2025-04-15 16:03:22 -05:00 committed by GitHub
parent 459c815086
commit 7efcba2b12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 6 deletions

View File

@ -1,3 +1,3 @@
{
"flutter": "3.29.2"
"flutter": "3.29.3"
}

View File

@ -237,6 +237,9 @@ class PeopleCollectionCard extends ConsumerWidget {
),
),
child: people.widgetWhen(
onLoading: () => const Center(
child: CircularProgressIndicator(),
),
onData: (people) {
return GridView.count(
crossAxisCount: 2,

View File

@ -82,10 +82,10 @@ packages:
dependency: "direct main"
description:
name: background_downloader
sha256: ed64a215cd24c83a478f602364a3ca86a6dafd178ad783188cc32c6956d5e529
sha256: "2d4c2b7438e7643585880f9cc00ace16a52d778088751f1bfbf714627b315462"
url: "https://pub.dev"
source: hosted
version: "8.9.4"
version: "9.2.0"
boolean_selector:
dependency: transitive
description:
@ -1967,4 +1967,4 @@ packages:
version: "3.1.3"
sdks:
dart: ">=3.7.0 <4.0.0"
flutter: ">=3.29.2"
flutter: ">=3.29.3"

View File

@ -6,7 +6,7 @@ version: 1.131.3+193
environment:
sdk: '>=3.3.0 <4.0.0'
flutter: 3.29.2
flutter: 3.29.3
isar_version: &isar_version 3.1.8
@ -16,7 +16,7 @@ dependencies:
async: ^2.11.0
auto_route: ^9.2.0
background_downloader: ^8.5.5
background_downloader: ^9.2.0
cached_network_image: ^3.4.1
cancellation_token_http: ^2.1.0
collection: ^1.18.0