unified_multi_step_form 1.1.4
unified_multi_step_form: ^1.1.4 copied to clipboard
A reusable Flutter package for state-preserving multi-step forms.
1.0.1 #
- Initial version.
1.1.1 #
- Added indicator styles: dots, numbers, and linear progress.
- Added
PageViewmode and page transition support. - Added async validation hooks for server-side checks.
- Added example UI widgets: checkbox, switch, segmented choice, and image picker.
- Expanded README with usage, testing, and release checklist.
- Added license file and extra tests for async and page-view flows.
1.1.3 #
- Switched the license to MIT so pub.dev can recognize it.
- Added a proper
example/Flutter app structure for pub.dev. - Added missing API documentation and package-level docs.
- Updated the package version for a fresh pub.dev publish.
1.1.4 #
- Updated README screenshots and video section.
- Renamed example media files to cleaner filenames.
- Prepared the package for the next pub.dev publish.