diff --git a/README.md b/README.md index 631cb8a..b9eaa6a 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,8 @@ samples, guidance on mobile development, and a full API reference. ## Minimum Requirements -- Dart SDK: >=3.0.0 <4.0.0 -- Flutter: >=3.10.0 +- Dart SDK: >=3.2.0 <4.0.0 +- Flutter: >=3.16.0 > For using **Reactive Forms** in projects below Flutter 2.8.0 please use the version <= 10.7.0 of > **Reactive Forms**. @@ -88,7 +88,7 @@ dependencies: flutter: sdk: flutter - reactive_forms: ^16.1.1 + reactive_forms: ^17.0.0 ``` Then run the command `flutter packages get` on the console.