From de09650f034164c1397678ca87482369bfb17307 Mon Sep 17 00:00:00 2001 From: LiZhuoyuan Date: Thu, 5 Nov 2020 17:33:12 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 291cca1..ebed9f5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ dependencies: flutter: sdk: flutter # add flutter_screenutil - flutter_screenutil: ^3.1.0 + flutter_screenutil: ^3.2.0 ``` ### Add the following imports to your Dart code: ```