Showing
3 changed files
with
3 additions
and
3 deletions
| @@ -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-beta.1 | 31 | + flutter_screenutil: ^3.0.0 |
| 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: ^2.3.0 | 31 | + flutter_screenutil: ^3.0.0 |
| 32 | ``` | 32 | ``` |
| 33 | 33 | ||
| 34 | ### Adicione o seguinte import em seu código Dart: | 34 | ### Adicione o seguinte import em seu código Dart: |
-
Please register or login to post a comment