From e80d61906f078d2ff65384d3d17222cf3b16b6a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=8D=93=E5=8E=9F?= Date: Thu, 16 Jul 2020 20:20:30 +0800 Subject: [PATCH] 2.3 --- README.md | 2 +- README_CN.md | 2 +- README_PT.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c84eef..4f09a61 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ dependencies: flutter: sdk: flutter # add flutter_screenutil - flutter_screenutil: ^2.2.0 + flutter_screenutil: ^2.3.0 ``` ### Add the following imports to your Dart code: diff --git a/README_CN.md b/README_CN.md index e22afde..aea5509 100644 --- a/README_CN.md +++ b/README_CN.md @@ -29,7 +29,7 @@ dependencies: flutter: sdk: flutter # 添加依赖 - flutter_screenutil: ^2.2.0 + flutter_screenutil: ^2.3.0 ``` ### 在每个使用的地方导入包: diff --git a/README_PT.md b/README_PT.md index 4c1841a..b46dc74 100644 --- a/README_PT.md +++ b/README_PT.md @@ -24,7 +24,7 @@ dependencies: flutter: sdk: flutter # add flutter_screenutil - flutter_screenutil: ^2.2.0 + flutter_screenutil: ^2.3.0 ``` ### Adicione o seguinte import em seu código Dart: -- GitLab