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
lizhuoyuan
2020-01-06 17:26:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5d2ff57bab1d35121efd168b02deec2e846d220d
5d2ff57b
1 parent
80a660c9
no message
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
.packages
CHANGELOG.md
pubspec.yaml
.packages
View file @
5d2ff57
# Generated by pub on 2020-01-06 1
6:51:35.863956
.
# Generated by pub on 2020-01-06 1
7:25:02.129620
.
archive:file:///D:/flutter/.pub-cache/hosted/pub.dartlang.org/archive-2.0.11/lib/
args:file:///D:/flutter/.pub-cache/hosted/pub.dartlang.org/args-1.5.2/lib/
async:file:///D:/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.4.0/lib/
...
...
CHANGELOG.md
View file @
5d2ff57
...
...
@@ -8,6 +8,8 @@
#1.0.0
-
Rebuild code, change API
Delete "getInstance()", please use "ScreenUtil ()" instead of "ScreenUtil.getInstance()"
use "ScreenUtil().setSp(24, allowFontScalingSelf: true)" instead of "ScreenUtil.getInstance().setSp(14, true)"
-
Modify the initialization method
-
Fix #68
-
CompileSdkVersion change to 28
...
...
pubspec.yaml
View file @
5d2ff57
name
:
flutter_screenutil
description
:
A flutter plugin for adapting screen and font size.Guaranteed to look good on different models
version
:
1.0.0
author
:
LiZhuoyuan <zhuoyuan93@gmail.com>
homepage
:
https://github.com/OpenFlutter/flutter_screenutil
homepage
:
https://github.com/lizhuoyuan
github
:
https://github.com/OpenFlutter/flutter_screenutil
environment
:
sdk
:
"
>=2.0.0-dev.68.0
<3.0.0"
...
...
Please
register
or
login
to post a comment