dart_ng_forms 0.2.1
dart_ng_forms: ^0.2.1 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.1 - 2025-06-18 #
Added #
- Added example case for
FormControl
andFormGroup
usage in the example folder.