📘 reusable_editor Documentation
Welcome to the unofficial documentation for the
reusable_editor
Flutter package.
This site includes detailed usage guides, Cubit examples, and a full
API reference.
🔗 Quick Links
- Widget Usage – How to use
widgets like
AppTextField
,AppCheckbox
,AppDropdown
, etc. - Cubit Usage – Usage examples
for
FieldCubit
,ToggleCubit
,DateTimeCubit
, etc. - Field Type Usage – How to
use
FieldCubit<T>
withString
,bool
,DateTime
,Enum
, etc. - API Reference – Full Dart API
docs generated by
dartdoc
📦 About
reusable_editor
is a modular Flutter package for
managing form input, file handling, validation, and UI interaction
using Cubit-based state management.
✅ Features
- Clean and decoupled architecture
- Form field Cubits with validation
- Abstract interfaces for file/network I/O
- Reusable input widgets
- Flexible validator system
🚀 Getting Started
See the main README on GitHub for installation instructions and package setup.
© MIT License. Developed with ❤️ by Shohidul Islam