mirror of
https://github.com/openfoodfacts/smooth-app.git
synced 2025-08-26 11:16:45 +08:00
chore: Migration to Dart 3.8 (#6668)
* Migration to Dart 3.8 * New GA * Fix dartdoc
This commit is contained in:
@ -23,8 +23,9 @@ class OnboardingLoader {
|
||||
await LoadingDialog.run<bool>(
|
||||
context: context,
|
||||
future: _downloadData().timeout(const Duration(seconds: 4)),
|
||||
title: AppLocalizations.of(context)
|
||||
.onboarding_welcome_loading_dialog_title,
|
||||
title: AppLocalizations.of(
|
||||
context,
|
||||
).onboarding_welcome_loading_dialog_title,
|
||||
dismissible: false,
|
||||
);
|
||||
case OnboardingPage.NOT_STARTED:
|
||||
|
Reference in New Issue
Block a user