dart_ng_forms 0.2.6
dart_ng_forms: ^0.2.6 copied to clipboard
Reactive Forms architecture in Flutter inspired by Angular's FormGroup/FormControl pattern and integration with TextEditingController.
Changelog #
All notable changes to this project will be documented in this file.
0.2.5 - 2025-06-30 #
Changed #
- revise README for clarity and structure; update features and examples.
0.2.3 - 2025-06-30 #
0.2.1 - 2025-06-18 #
Added #
- Added example usage for
FormControl
andFormGroup
in theexample
folder.