zippy 1.2.7
zippy: ^1.2.7 copied to clipboard
Zippy Form is a flexible Flutter package for creating customizable multi-step forms with various field types, validation, and platform-specific styling.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.2.0] - 2025-02-13 #
Fixed #
- Advanced Dropdown not populating with options
- Data not populating in multi step form edit
[1.0.0] - 2024-09-25 #
Added #
- Extended support for Cupertino styling throughout the widget.
- Easy button configurations for improved customization.
- New fields: location, image, and signature.
[0.0.1] - 2024-09-25 #
Added #
- Initial creation of
ZippyForm
widget with support for custom fields. - Added support for Material and Cupertino platform styles.
- Added customizable buttons for navigation (
Next
,Previous
,Submit
,Back
). - Integrated field validation for text fields, number fields, dropdowns, and more.
- Introduced advanced dropdown with support for multiple selection.
- Added horizontal step progress bar to display current form step.
- Customizable error widget for handling field validation errors.
- Support for hidden fields that are submitted along with form data.
- Bloc-based state management for form field handling and submissions.
- Added customizable padding and positioning for form elements and buttons.
Changed #
- Refactored field rendering logic to improve performance.
- Updated the form navigation logic to handle edge cases in the stepper widget.
Fixed #
- Fixed an issue where certain fields were not rendering correctly in debug mode.
- Resolved a bug with dropdown fields not triggering the
onDropdownChange
callback properly.