Remove local property in MaterialApp of example

pull/1523/head
Ellet 2 years ago
parent f30540fc06
commit cc149c8f56
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 1
      example/lib/main.dart

@ -35,7 +35,6 @@ class MyApp extends StatelessWidget {
GlobalCupertinoLocalizations.delegate, GlobalCupertinoLocalizations.delegate,
FlutterQuillLocalizations.delegate, FlutterQuillLocalizations.delegate,
], ],
locale: const Locale('ar'),
supportedLocales: FlutterQuillLocalizations.supportedLocales, supportedLocales: FlutterQuillLocalizations.supportedLocales,
home: const HomePage(), home: const HomePage(),
); );

Loading…
Cancel
Save