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 | +# 3.0.1 | ||
10 | +- update readme | ||
11 | + | ||
9 | # 3.0.0 | 12 | # 3.0.0 |
10 | - After a period of experimentation, I think it's time to release the official version | 13 | - After a period of experimentation, I think it's time to release the official version |
11 | 14 |
@@ -28,7 +28,7 @@ dependencies: | @@ -28,7 +28,7 @@ dependencies: | ||
28 | flutter: | 28 | flutter: |
29 | sdk: flutter | 29 | sdk: flutter |
30 | # add flutter_screenutil | 30 | # add flutter_screenutil |
31 | - flutter_screenutil: ^3.0.0 | 31 | + flutter_screenutil: ^3.0.1 |
32 | ``` | 32 | ``` |
33 | ### Add the following imports to your Dart code: | 33 | ### Add the following imports to your Dart code: |
34 | ``` | 34 | ``` |
@@ -28,7 +28,7 @@ dependencies: | @@ -28,7 +28,7 @@ dependencies: | ||
28 | flutter: | 28 | flutter: |
29 | sdk: flutter | 29 | sdk: flutter |
30 | # add flutter_screenutil | 30 | # add flutter_screenutil |
31 | - flutter_screenutil: ^3.0.0 | 31 | + flutter_screenutil: ^3.0.1 |
32 | ``` | 32 | ``` |
33 | 33 | ||
34 | ### Adicione o seguinte import em seu código Dart: | 34 | ### 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: 3.0.0 | 3 | +version: 3.0.1 |
4 | homepage: https://github.com/OpenFlutter/flutter_screenutil/tree/beta | 4 | homepage: https://github.com/OpenFlutter/flutter_screenutil/tree/beta |
5 | 5 | ||
6 | environment: | 6 | environment: |
-
Please register or login to post a comment