https://github.com/giancarlocode/form_bloc
🔥 Dart and Flutter Package 🔥 Easy Form State Management using BLoC pattern 🔥 Wizard/stepper forms, asynchronous validation, dynamic and conditional fields, submission progress, serialization and more! 🔥
https://github.com/giancarlocode/form_bloc
bloc dart flutter form form-handler form-validation forms reactive-x rxdart
Last synced: 29 days ago
JSON representation
🔥 Dart and Flutter Package 🔥 Easy Form State Management using BLoC pattern 🔥 Wizard/stepper forms, asynchronous validation, dynamic and conditional fields, submission progress, serialization and more! 🔥
- Host: GitHub
- URL: https://github.com/giancarlocode/form_bloc
- Owner: GiancarloCode
- Created: 2019-08-06T15:15:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T10:17:40.000Z (11 months ago)
- Last Synced: 2025-04-08T18:19:13.382Z (29 days ago)
- Topics: bloc, dart, flutter, form, form-handler, form-validation, forms, reactive-x, rxdart
- Language: Dart
- Homepage: https://GiancarloCode.github.io/form_bloc/
- Size: 55.8 MB
- Stars: 466
- Watchers: 19
- Forks: 213
- Open Issues: 107
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# form_bloc
| Package | Pub |
| ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| [form_bloc](https://github.com/GiancarloCode/form_bloc/tree/master/packages/form_bloc) | [](https://pub.dev/packages/form_bloc) |
| [flutter_form_bloc](https://github.com/GiancarloCode/form_bloc/tree/master/packages/flutter_form_bloc) | [](https://pub.dev/packages/flutter_form_bloc)Easy Form State Management using BLoC pattern. Separate the Form State and Business Logic from the User Interface.
# [🔥👉 Documentation and Tutorials 👈🔥](https://giancarlocode.github.io/form_bloc/)
- [x] Synchronous Field Validation
- [x] Asynchronous Field Validation
- [x] Easy Loading and Initializing
- [x] Wizard / Stepper Forms
- [x] Submission Progress
- [x] Success / Failure Response
- [x] Serializable Form
- [x] Submission Errors to Fields
- [x] Dynamic Fields
- [x] Conditional Fields
- [x] List Fields
- [x] Group Fields
- [x] CRUD Support
- [x] Beautiful Built-In Widgets---
## Examples