From 453c017cfeab4d5edca7b455e8ee0299596ba7d1 Mon Sep 17 00:00:00 2001 From: Yash Chandra Verma Date: Thu, 4 Feb 2021 14:12:44 +0530 Subject: [PATCH] Update README.md Hybrid composition works well when the Flutter version is above 1.22.2. Here is more detail- https://github.com/flutter/website/pull/4890 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ac1fc2e..983e6c39 100755 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ If you need a specific version, please change the **GitHub branch** of this repo ## Requirements - Dart sdk: ">=2.12.0-0 <3.0.0" -- Flutter: ">=1.22.0" +- Flutter: ">=1.22.2" - Android: `minSdkVersion 17` and add support for `androidx` (see [AndroidX Migration](https://flutter.dev/docs/development/androidx-migration) to migrate an existing app) - iOS: `--ios-language swift`, Xcode version `>= 12`