updated minimum dart sdk version to 2.15.0

This commit is contained in:
Lorenzo Pichilli 2023-05-15 15:06:58 +02:00
parent 2c26f988e9
commit 95702cde65
1 changed files with 1 additions and 1 deletions

View File

@ -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`