Releases: danvick/flutter_chips_input
Releases · danvick/flutter_chips_input
1.9.5
- Fixed bug where
FocusNodewas not being properly disposed. - Applied
pedanticrules and cleaned up code.- Improved type safety.
- Removed unused
AlwaysDisabledFocusNodeclass.
- Added Continuous Integration and Code Coverage analysis.
- Builds against stable, beta, and dev channels.
- Regenerated
exampleapp.
v1.9.0
v1.3.0
v1.2.1
- Removed unwanted top and bottom padding from ListView in suggestions overlay. Credit Kenneth Gulbrandsøy
v1.2.0
v1.0.4
- Fixed bug in later versions of Flutter where implementation of abstract method
void updateFloatingCursor(RawFloatingCursorPoint point);missing - Fixed bug where
initialValuechips cannot be deleted with keyboard - Fixed bug where
onChanged()not fired when deleting chip using keyboard