Merge branch 'master' into hotfix/search-localizations

This commit is contained in:
Salvatore Giordano
2020-04-04 16:43:15 +02:00
committed by GitHub
3 changed files with 19 additions and 15 deletions

View File

@@ -11,11 +11,6 @@ class MyApp extends StatefulWidget {
}
class _MyAppState extends State<MyApp> {
@override
void initState() {
super.initState();
}
@override
Widget build(BuildContext context) {
return new MaterialApp(