Showing
3 changed files
with
3 additions
and
3 deletions
| @@ -17,7 +17,7 @@ dependencies: | @@ -17,7 +17,7 @@ dependencies: | ||
| 17 | flutter: | 17 | flutter: |
| 18 | sdk: flutter | 18 | sdk: flutter |
| 19 | # add flutter_ScreenUtil | 19 | # add flutter_ScreenUtil |
| 20 | - flutter_screenutil: ^0.2.0 | 20 | + flutter_screenutil: ^0.2.2 |
| 21 | ``` | 21 | ``` |
| 22 | 22 | ||
| 23 | ### Add the following imports to your Dart code: | 23 | ### Add the following imports to your Dart code: |
| 1 | name: flutter_screenutil | 1 | name: flutter_screenutil |
| 2 | description: A screen adaptation tool. | 2 | description: A screen adaptation tool. |
| 3 | -version: 0.2.1 | 3 | +version: 0.2.2 |
| 4 | author: LiZhuoyuan <zhuoyuan93@gmail.com> | 4 | author: LiZhuoyuan <zhuoyuan93@gmail.com> |
| 5 | homepage: https://github.com/OpenFlutter/flutter_ScreenUtil | 5 | homepage: https://github.com/OpenFlutter/flutter_ScreenUtil |
| 6 | 6 |
-
Please register or login to post a comment