Skip to content

Releases: danvick/flutter_chips_input

1.9.5

Choose a tag to compare

@danvick danvick released this 09 Dec 05:26
6a41d8b
  • 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

Choose a tag to compare

@danvick danvick released this 05 Aug 18:28
  • Added support for Flutter v1.20

v1.3.0

Choose a tag to compare

@danvick danvick released this 12 Jun 07:38
  • New attribute textStyle allows changing the TextStyle of the TextInput

v1.2.1

Choose a tag to compare

@danvick danvick released this 12 Jun 04:46
  • Removed unwanted top and bottom padding from ListView in suggestions overlay. Credit Kenneth Gulbrandsøy

v1.2.0

Choose a tag to compare

@danvick danvick released this 25 Mar 08:33
  • Max number of chips can now be set using maxChips attribute

v1.0.4

Choose a tag to compare

@danvick danvick released this 17 Jan 15:43
  • 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

v1.0.3

Choose a tag to compare

@danvick danvick released this 16 Dec 09:44

Documentation improvement

v1.0.2

Choose a tag to compare

@danvick danvick released this 16 Dec 09:30
  • Improved library description.
  • Properly formatted example code in README