We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fe1a8 commit 95d3ec4Copy full SHA for 95d3ec4
example/lib/main.dart
@@ -18,7 +18,7 @@ class MyApp extends StatelessWidget {
18
return MaterialApp(
19
title: 'SMASH Import/Export Plugins Example',
20
//locale: Locale('ja', 'JP'),
21
- locale: Locale('en', 'US'),
+ //locale: Locale('en', 'US'),
22
localizationsDelegates: [
23
IEL.delegate,
24
GlobalMaterialLocalizations.delegate,
0 commit comments