We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 795aca5 + ec7023a commit cef18ffCopy full SHA for cef18ff
README.md
@@ -88,7 +88,7 @@ dependencies:
88
flutter:
89
sdk: flutter
90
91
- reactive_forms: ^18.1.0
+ reactive_forms: ^18.1.1
92
```
93
94
Then, run the command `flutter packages get` in the console.
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: reactive_forms
2
description: This is a model-driven approach to handling form inputs and validations, heavily inspired in Angular Reactive Forms.
3
-version: 18.1.0
+version: 18.1.1
4
homepage: "https://github.com/joanpablo/reactive_forms"
5
6
environment:
0 commit comments