Showing
3 changed files
with
0 additions
and
3 deletions
@@ -31,7 +31,6 @@ dependencies: | @@ -31,7 +31,6 @@ dependencies: | ||
31 | # add flutter_screenutil | 31 | # add flutter_screenutil |
32 | flutter_screenutil: ^3.0.0-beta.1 | 32 | flutter_screenutil: ^3.0.0-beta.1 |
33 | ``` | 33 | ``` |
34 | - | ||
35 | ### Add the following imports to your Dart code: | 34 | ### Add the following imports to your Dart code: |
36 | ``` | 35 | ``` |
37 | import 'package:flutter_screenutil/flutter_screenutil.dart'; | 36 | import 'package:flutter_screenutil/flutter_screenutil.dart'; |
@@ -36,7 +36,6 @@ dependencies: | @@ -36,7 +36,6 @@ dependencies: | ||
36 | # 添加依赖 | 36 | # 添加依赖 |
37 | flutter_screenutil: ^2.3.0 | 37 | flutter_screenutil: ^2.3.0 |
38 | ``` | 38 | ``` |
39 | - | ||
40 | ### 在每个使用的地方导入包: | 39 | ### 在每个使用的地方导入包: |
41 | ``` | 40 | ``` |
42 | import 'package:flutter_screenutil/flutter_screenutil.dart'; | 41 | import 'package:flutter_screenutil/flutter_screenutil.dart'; |
@@ -15,7 +15,6 @@ | @@ -15,7 +15,6 @@ | ||
15 | 15 | ||
16 | [Histórico de atualizações](https://github.com/OpenFlutter/flutter_screenutil/blob/master/CHANGELOG.md) | 16 | [Histórico de atualizações](https://github.com/OpenFlutter/flutter_screenutil/blob/master/CHANGELOG.md) |
17 | 17 | ||
18 | - | ||
19 | ## Como usar: | 18 | ## Como usar: |
20 | 19 | ||
21 | ### Adicionando a dependência: | 20 | ### Adicionando a dependência: |
-
Please register or login to post a comment