Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_screenutil
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
李卓原
2018-10-17 15:32:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
db8c25aee52ace9b40bc3be21353593875d97d2e
db8c25ae
1 parent
8cc86d40
优化example
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
0 deletions
demo_en.png
demo_zh.png
example/lib/main.dart
example/lib/main_zh.dart
demo_en.png
View file @
db8c25a
62.1 KB
|
W:
|
H:
303 KB
|
W:
|
H:
2-up
Swipe
Onion skin
demo_zh.png
View file @
db8c25a
64.5 KB
|
W:
|
H:
321 KB
|
W:
|
H:
2-up
Swipe
Onion skin
example/lib/main.dart
View file @
db8c25a
...
...
@@ -8,6 +8,7 @@ class MyApp extends StatelessWidget {
@override
Widget
build
(
BuildContext
context
)
{
return
new
MaterialApp
(
debugShowCheckedModeBanner:
false
,
title:
'Flutter_ScreenUtil'
,
theme:
new
ThemeData
(
primarySwatch:
Colors
.
blue
,
...
...
example/lib/main_zh.dart
View file @
db8c25a
...
...
@@ -8,6 +8,7 @@ class MyApp extends StatelessWidget {
@override
Widget
build
(
BuildContext
context
)
{
return
new
MaterialApp
(
debugShowCheckedModeBanner:
false
,
title:
'Flutter_ScreenUtil'
,
theme:
new
ThemeData
(
primarySwatch:
Colors
.
blue
,
...
...
Please
register
or
login
to post a comment