dart_ng_forms 0.2.6 copy "dart_ng_forms: ^0.2.6" to clipboard
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.6 - 2025-06-30 #

Changed #

  • revise README for clarity and structure.

0.2.5 - 2025-06-30 #

Changed #

  • revise README for clarity and structure; update features and examples.

0.2.4 - 2025-06-30 #

Changed #

  • Removed unused code.

0.2.3 - 2025-06-30 #

Added #

  • Added complete dartdoc comments to all public API elements.
  • Added example files demonstrating FormGroup, FormControl, and ControlValueAccessor usage.

Changed #

  • Improved overall documentation quality for better discoverability on pub.flutter-io.cn.

0.2.2 - 2025-06-18 #

Changed #

  • Removed unused code.

0.2.1 - 2025-06-18 #

Added #

  • Added example usage for FormControl and FormGroup in the example folder.

0.2.0 - 2025-06-18 #

Added #

  • Integrated TextEditingController with FormControl and FormGroup through ControlValueAccessor for two-way form binding.

0.1.1 - 2025-06-18 #

Changed #

  • Reduced description size.
  • Added the correct repository URL.

0.1.0 - 2025-06-18 #

Added #

  • Initial release with:
    • FormControl<T, V> abstraction.
    • FormGroup<T> supporting nested controls.
    • Validation and error handling.
    • Integration with TextEditingController.
1
likes
160
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

Reactive Forms architecture in Flutter inspired by Angular's FormGroup/FormControl pattern and integration with TextEditingController.

Homepage
Repository (GitHub)
View/report issues

Topics

#form #state-management #validation #flutter #reactive-forms

Documentation

API reference

License

MIT (license)

Dependencies

flutter, result_dart

More

Packages that depend on dart_ng_forms