flutter_chips_input_sunny 2.3.0
flutter_chips_input_sunny: ^2.3.0 copied to clipboard
Flutter library for building input fields with InputChips as input options.
2.3.0 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
2.3.0-dev.6 #
- FEAT: bumping version.
2.3.0-dev.5 #
- FEAT: bumping version.
2.3.0-dev.4 #
- FEAT: bumping version.
2.3.0-dev.3 #
- FEAT: bumping version.
2.3.0-dev.2 #
- FEAT: bumping version.
2.3.0-dev.1 #
- FEAT: bumping version.
2.3.0-dev.0 #
- FEAT: bumping version.
2.2.0+3 #
- Updated deps
2.2.0+2 #
- Fixing analyzer issues workspace Updated dependencies
2.2.0+1 #
- Minor bump
2.2.0-nullsafety.2 #
- Adding lockfile null safety null saafety
1.2.0 25-Mar-2019 #
- Max number of chips can now be set using
maxChips
attribute
1.1.0 26-Jan-2019 #
- Input can now be disabled by setting
enabled
attribute tofalse
1.0.4 17-Jan-2019 #
- Fixed bug in later versions of Flutter where implementation of abstract method
void updateFloatingCursor(RawFloatingCursorPoint point);
missing - Fixed bug where
initialValue
chips cannot be deleted with keyboard - Fixed bug where
onChanged()
not fired when deleting chip using keyboard
1.0.3 16-Dec-2018 #
- Minor improvements in documentation
1.0.2 16-Dec-2018 #
- Improved library description.
- Properly formatted example code in README
1.0.1 15-Dec-2018 #
- Added example to README
1.0.0 15-Dec-2018 #
- Initial release.