form_phoenix 1.0.0
form_phoenix: ^1.0.0 copied to clipboard
Advanced Flutter form handler with undo, redo, and recovery
1.0.0 #
- Initial release of Form Phoenix.
- Advanced Form State Time-Travel (Undo / Redo / Replay).
- Automatic
TextEditingControllerbidirectional binding. - Persistence support with
syncOnRestart. - AES-256 data encryption for secure drafts using
encryptandflutter_secure_storage.