Showing
5 changed files
with
7 additions
and
4 deletions
| @@ -6,6 +6,9 @@ | @@ -6,6 +6,9 @@ | ||
| 6 | * @Description: Update log | 6 | * @Description: Update log |
| 7 | --> | 7 | --> |
| 8 | 8 | ||
| 9 | +# 4.0.0-beta1 | ||
| 10 | +- change readme | ||
| 11 | + | ||
| 9 | # 4.0.0-beta | 12 | # 4.0.0-beta |
| 10 | - Modified the initialization method | 13 | - Modified the initialization method |
| 11 | - Support font adaptation in themedata | 14 | - Support font adaptation in themedata |
| @@ -23,7 +23,7 @@ dependencies: | @@ -23,7 +23,7 @@ dependencies: | ||
| 23 | flutter: | 23 | flutter: |
| 24 | sdk: flutter | 24 | sdk: flutter |
| 25 | # add flutter_screenutil | 25 | # add flutter_screenutil |
| 26 | - flutter_screenutil: ^4.0.0-beta | 26 | + flutter_screenutil: ^4.0.0-beta1 |
| 27 | ``` | 27 | ``` |
| 28 | ### Add the following imports to your Dart code: | 28 | ### Add the following imports to your Dart code: |
| 29 | ``` | 29 | ``` |
| @@ -24,7 +24,7 @@ dependencies: | @@ -24,7 +24,7 @@ dependencies: | ||
| 24 | flutter: | 24 | flutter: |
| 25 | sdk: flutter | 25 | sdk: flutter |
| 26 | # add flutter_screenutil | 26 | # add flutter_screenutil |
| 27 | - flutter_screenutil: ^4.0.0-beta | 27 | + flutter_screenutil: ^4.0.0-beta1 |
| 28 | ``` | 28 | ``` |
| 29 | 29 | ||
| 30 | ### Adicione o seguinte import em seu código Dart: | 30 | ### Adicione o seguinte import em seu código Dart: |
| 1 | name: flutter_screenutil | 1 | name: flutter_screenutil |
| 2 | description: A flutter plugin for adapting screen and font size.Guaranteed to look good on different models | 2 | description: A flutter plugin for adapting screen and font size.Guaranteed to look good on different models |
| 3 | -version: 4.0.0-beta | 3 | +version: 4.0.0-beta1 |
| 4 | homepage: https://github.com/OpenFlutter/flutter_screenutil | 4 | homepage: https://github.com/OpenFlutter/flutter_screenutil |
| 5 | 5 | ||
| 6 | environment: | 6 | environment: |
-
Please register or login to post a comment