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

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