From 3cb7c351d3155fc46384f3cb89678603812b5a0b Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Fri, 14 Aug 2020 19:44:15 +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 71e501e..7d6a014 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ FadeInImage( ), ) ``` -Width and height is only available on Android API 21+ or iOS platform. High quality is only available on iOS platform. +Width and height is only available on Android API 29+ or iOS platform. High quality is only available on iOS platform. * Displaying a full size image You can use PhotoProvider to display the full size image (here with the help of dependency [transparent_image](https://pub.dev/packages/transparent_image)):