input_sheet 0.2.1 input_sheet: ^0.2.1 copied to clipboard
A flutter package to help apps with extensive forms, implementing inputs as BottomSheet to make it enjoyable.
[0.2.1] #
- ✅ Fix filename syntax and format file contents.
[0.2.0] #
- ✅ Implemented multioptions feature.
- ✅ Updated handler permissions to latest version.
[0.1.3] #
- ✅ Updated mobx dependency versions.
[0.1.2] #
- ✅ Fixed issue where longtext input needs TextInputType.multiline.
- ✅ Fixed IpsInputDate bug where it got error and do not update state.
[0.1.1] #
- ✅ Setted default autofocus keyboard to true.
- ✅ Fix issue where keyboard do not show in a child widget tree context.
[0.1.0] #
- ✅ Update dependencies to latest versions.
- ✅ Added
color
,highlightColor
,splashColor
andshape
properties toIpsCard
Widget. - ✅ Fix Health issues and suggestions.
- ✅ Maintenance issues and suggestions.
[0.0.2] - Increase documentation #
- Some fixes in README.md.
[0.0.1] - First release #
- Provides access to most input types used on forms.