Mounir-Bouaiche

Update README.md & CHANGELOG.md

  1 +# 5.5.3
  2 +- Bug Fix: Some widgets disapear because of parent rebuild.
  3 +- Bug Fix: issue #362. Null check operator used on a null value when using ScreenUtil.init().
  4 +- Re-add context to builder parameters **(users request)**.
  5 +- Add some standard rebuild factors.
  6 +
1 # 5.5.2 7 # 5.5.2
2 - Add rebuildFactor property 8 - Add rebuildFactor property
3 - Bug Fix: False sizes when resizing 9 - Bug Fix: False sizes when resizing
@@ -57,7 +57,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart'; @@ -57,7 +57,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
57 57
58 Please set the size of the design draft before use, the width and height of the design draft. 58 Please set the size of the design draft before use, the width and height of the design draft.
59 59
60 -#### The first way (Recommended) 60 +#### The first way (You must use it once in your app)
61 61
62 ```dart 62 ```dart
63 void main() => runApp(MyApp()); 63 void main() => runApp(MyApp());