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
Mounir-Bouaiche
2022-05-17 16:03:33 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c1a99900db9a32291f9a66731805596f9c03b438
c1a99900
1 parent
812eb484
Update README.md & CHANGELOG.md
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
CHANGELOG.md
README.md
CHANGELOG.md
View file @
c1a9990
# 5.5.3
-
Bug Fix: Some widgets disapear because of parent rebuild.
-
Bug Fix: issue #362. Null check operator used on a null value when using ScreenUtil.init().
-
Re-add context to builder parameters
**(users request)**
.
-
Add some standard rebuild factors.
# 5.5.2
-
Add rebuildFactor property
-
Bug Fix: False sizes when resizing
...
...
README.md
View file @
c1a9990
...
...
@@ -57,7 +57,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
Please set the size of the design draft before use, the width and height of the design draft.
#### The first way (
Recommended
)
#### The first way (
You must use it once in your app
)
```
dart
void
main
(
)
=>
runApp
(
MyApp
());
...
...
Please
register
or
login
to post a comment