mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Analysis_options, format and fixups. (#103)
This commit is contained in:
@@ -18,7 +18,7 @@ import 'page_one.dart';
|
||||
import 'page_two.dart';
|
||||
import 'page_three.dart';
|
||||
|
||||
void main() => runApp(new MaterialApp(home: new StartApp()));
|
||||
void main() => runApp(MaterialApp(home: StartApp()));
|
||||
|
||||
class StartApp extends StatelessWidget {
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user