Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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! 🔥

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





































## Maintainers

- [GiancarloCode](https://github.com/GiancarloCode)
- [AhmedWahdan](https://github.com/WahdanZ)