From 95702cde65d4e58a8c8462e7bd543f6fd90f4018 Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Mon, 15 May 2023 15:06:58 +0200 Subject: [PATCH] updated minimum dart sdk version to 2.15.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 249bfd8c..ed42a207 100755 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Send a submission request to the [Submit App](https://inappwebview.dev/submit-ap ## Requirements -- Dart sdk: ">=2.14.0 <3.0.0" +- Dart sdk: ">=2.15.0 <3.0.0" - Flutter: ">=3.0.0" - Android: `minSdkVersion 19` and add support for `androidx` (see [AndroidX Migration](https://flutter.dev/docs/development/androidx-migration) to migrate an existing app) - iOS 9.0+: `--ios-language swift`, Xcode version `>= 14`