diff --git a/example/lib/main.dart b/example/lib/main.dart index 27936868..b80d1ca5 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -35,7 +35,6 @@ class MyApp extends StatelessWidget { GlobalCupertinoLocalizations.delegate, FlutterQuillLocalizations.delegate, ], - locale: const Locale('ar'), supportedLocales: FlutterQuillLocalizations.supportedLocales, home: const HomePage(), );