Skip to content

Commit

Permalink
0.3.0文档
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhuoyuan committed Oct 16, 2018
1 parent 7dce1d1 commit 0787b27
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 43 deletions.
110 changes: 71 additions & 39 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return new MaterialApp(
title: 'Flutter Demo',
title: 'Flutter_ScreenUtil',
theme: new ThemeData(
primarySwatch: Colors.blue,
),
home: new MyHomePage(title: 'Flutter Demo Home Page'),
home: new MyHomePage(title: 'FlutterScreenUtil Demo'),
);
}
}
Expand Down
4 changes: 2 additions & 2 deletions example/lib/main_zh.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return new MaterialApp(
title: 'Flutter Demo',
title: 'Flutter_ScreenUtil',
theme: new ThemeData(
primarySwatch: Colors.blue,
),
home: new MyHomePage(title: 'Flutter Demo Home Page'),
home: new MyHomePage(title: 'FlutterScreenUtil Demo'),
);
}
}
Expand Down

0 comments on commit 0787b27

Please sign in to comment.