Releases: danvick/flutter_chips_input
Releases · danvick/flutter_chips_input
1.9.5
- Fixed bug where
FocusNode
was not being properly disposed. - Applied
pedantic
rules and cleaned up code.- Improved type safety.
- Removed unused
AlwaysDisabledFocusNode
class.
- Added Continuous Integration and Code Coverage analysis.
- Builds against stable, beta, and dev channels.
- Regenerated
example
app.
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
initialValue
chips cannot be deleted with keyboard - Fixed bug where
onChanged()
not fired when deleting chip using keyboard