李卓原

优化example

62.1 KB | W: | H:

303 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

64.5 KB | W: | H:

321 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
@@ -8,6 +8,7 @@ class MyApp extends StatelessWidget { @@ -8,6 +8,7 @@ class MyApp extends StatelessWidget {
8 @override 8 @override
9 Widget build(BuildContext context) { 9 Widget build(BuildContext context) {
10 return new MaterialApp( 10 return new MaterialApp(
  11 + debugShowCheckedModeBanner: false,
11 title: 'Flutter_ScreenUtil', 12 title: 'Flutter_ScreenUtil',
12 theme: new ThemeData( 13 theme: new ThemeData(
13 primarySwatch: Colors.blue, 14 primarySwatch: Colors.blue,
@@ -8,6 +8,7 @@ class MyApp extends StatelessWidget { @@ -8,6 +8,7 @@ class MyApp extends StatelessWidget {
8 @override 8 @override
9 Widget build(BuildContext context) { 9 Widget build(BuildContext context) {
10 return new MaterialApp( 10 return new MaterialApp(
  11 + debugShowCheckedModeBanner: false,
11 title: 'Flutter_ScreenUtil', 12 title: 'Flutter_ScreenUtil',
12 theme: new ThemeData( 13 theme: new ThemeData(
13 primarySwatch: Colors.blue, 14 primarySwatch: Colors.blue,