We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f42591 commit 5fd4652Copy full SHA for 5fd4652
lib/main.dart
@@ -1,7 +1,7 @@
1
import 'package:flutter/widgets.dart';
2
import 'package:flutter/material.dart';
3
-//import 'demo1.dart';
4
-import 'demo2.dart';
+import 'demo1.dart';
+//import 'demo2.dart';
5
6
void main() => runApp(new MyApp());
7
0 commit comments