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
李卓原
2019-01-14 16:56:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2c0600a83584625de7e110e51aab9ba6f9eebe13
2c0600a8
1 parent
cfbefaab
no message
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
README.md
README_CN.md
README.md
View file @
2c0600a
...
...
@@ -180,7 +180,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
'My width:${ScreenUtil().setWidth(375)}dp',
style: TextStyle(
color: Colors.white,
fontSize: ScreenUtil().setSp(12
, false
)),
fontSize: ScreenUtil().setSp(12)),
),
),
Container(
...
...
@@ -190,7 +190,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
child: Text('My width:${ScreenUtil().setWidth(375)}dp',
style: TextStyle(
color: Colors.white,
fontSize: ScreenUtil().setSp(12
, false
))),
fontSize: ScreenUtil().setSp(12))),
),
],
),
...
...
README_CN.md
View file @
2c0600a
...
...
@@ -178,7 +178,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
'我的宽度:${ScreenUtil().setWidth(375)}dp',
style: TextStyle(
color: Colors.white,
fontSize: ScreenUtil().setSp(12
, false
),
fontSize: ScreenUtil().setSp(12),
),
),
),
...
...
@@ -189,7 +189,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
child: Text('我的宽度:${ScreenUtil().setWidth(375)}dp',
style: TextStyle(
color: Colors.white,
fontSize: ScreenUtil().setSp(12
, false
),
fontSize: ScreenUtil().setSp(12),
)),
),
],
...
...
Please
register
or
login
to post a comment