You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
'''# Reactive Forms
1
+
# Reactive Forms
2
2
3
3
This is a model-driven approach to handling form inputs and validations, heavily inspired by [Angular's Reactive Forms](https://angular.io/guide/reactive-forms).
4
4
@@ -88,7 +88,7 @@ dependencies:
88
88
flutter:
89
89
sdk: flutter
90
90
91
-
reactive_forms: ^18.1.0
91
+
reactive_forms: ^18.1.1
92
92
```
93
93
94
94
Then, run the command `flutter packages get` in the console.
@@ -1756,4 +1756,3 @@ You can also check the [Star Rating with Flutter Reactive Forms](https://dev.to/
1756
1756
1757
1757
Visit the [Migration Guide](https://github.com/joanpablo/reactive_forms/wiki/Migration-Guide) to see
1758
1758
more details about different version breaking changes.
0 commit comments