form_bloc 0.19.1
form_bloc: ^0.19.1 copied to clipboard
Easy Form State Management using BLoC pattern. Separate the Form State and Business Logic from the User Interface. Async Validation, Progress, Dynamic fields, and more.
form_bloc #
Package | Pub |
---|---|
form_bloc | |
flutter_form_bloc |
Easy Form State Management using BLoC pattern. Separate the Form State and Business Logic from the User Interface.
🔥👉 Documentation and Tutorials 👈🔥 #
- [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
To create beautiful forms in Flutter using form_bloc
check out flutter_form_bloc.