form_creator 0.1.0
form_creator: ^0.1.0 copied to clipboard
A flexible Flutter package for building dynamic surveys and questionnaires with ease.
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.
0.1.0 - 2025-12-30 #
Added #
- Added
TitleControlfor displaying titles in forms. - Added
DescriptionControlfor displaying descriptive text in forms. - Added
RadioControlfor single-choice selection. - Added
CheckboxControlfor multiple-choice selection. - Added
DateControlfor selecting a date. - Added
TimeControlfor selecting a time. - Added
DateFromToControlfor selecting a date range. - Added
TimeFromToControlfor selecting a time range. - Added
DateTimeFromToControlfor selecting a date-time range. - Added
PictureControlfor uploading pictures. - Added
FileUploadControlfor uploading files.