Skip to content

Commit

Permalink
fixed initialization in example
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturLevchuk committed Sep 23, 2024
1 parent 9da252c commit 6f9b14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ void main() {
yield LicenseEntryWithLineBreaks(['assets/fonts/manrope'], license);
});
WidgetsFlutterBinding.ensureInitialized();
await initFlutterChainLib();
initFlutterChainLib();
await EasyLocalization.ensureInitialized();
final isAuthorized = await checkIfUserAuthorized();

Expand Down

0 comments on commit 6f9b14b

Please sign in to comment.