Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (8 months ago)
- Last Synced: 2025-01-31T08:08:37.024Z (2 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: 467
- Watchers: 19
- Forks: 208
- 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) | [![pub package](https://img.shields.io/pub/v/form_bloc.svg)](https://pub.dev/packages/form_bloc) |
| [flutter_form_bloc](https://github.com/GiancarloCode/form_bloc/tree/master/packages/flutter_form_bloc) | [![pub package](https://img.shields.io/pub/v/flutter_form_bloc.svg)](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