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
sarbagyastha
2020-07-26 09:41:37 +0545
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a3ae2cbea765400716a40f77492997fc3bc37f70
a3ae2cbe
1 parent
9c7020fa
updated changelog & readme
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
CHANGELOG.md
README.md
CHANGELOG.md
View file @
a3ae2cb
...
...
@@ -5,7 +5,7 @@
*
@LastEditTime: 2020年6月20日 11:20:02
*
@Description: Update log
-->
# 3.0.0
# 3.0.0
-beta.1
**BREAKING CHANGES**
-
`BuildContext`
is no more required while initializing. i.e. ScreenUtil.init(~~context~~)
-
Initialize size of design draft using
`designSize`
instead of width & height.
...
...
README.md
View file @
a3ae2cb
...
...
@@ -14,6 +14,9 @@
[
Update log
](
https://github.com/OpenFlutter/flutter_screenutil/blob/master/CHANGELOG.md
)
## Note
v3 requires
`flutter >= 1.19.0`
. Use v2 for current stable version of flutter.
## Usage:
### Add dependency:
...
...
@@ -24,7 +27,7 @@ dependencies:
flutter:
sdk: flutter
# add flutter_screenutil
flutter_screenutil: ^3.0.0
flutter_screenutil: ^3.0.0
-beta.1
```
### Add the following imports to your Dart code:
...
...
Please
register
or
login
to post a comment