Skip to content

Releases: danvick/flutter_chips_input

1.9.5

09 Dec 05:26
6a41d8b
Compare
Choose a tag to compare
  • 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

05 Aug 18:28
Compare
Choose a tag to compare
  • Added support for Flutter v1.20

v1.3.0

12 Jun 07:38
Compare
Choose a tag to compare
  • New attribute textStyle allows changing the TextStyle of the TextInput

v1.2.1

12 Jun 04:46
Compare
Choose a tag to compare
  • Removed unwanted top and bottom padding from ListView in suggestions overlay. Credit Kenneth Gulbrandsøy

v1.2.0

25 Mar 08:33
Compare
Choose a tag to compare
  • Max number of chips can now be set using maxChips attribute

v1.0.4

17 Jan 15:43
Compare
Choose a tag to compare
  • 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

16 Dec 09:44
Compare
Choose a tag to compare

Documentation improvement

v1.0.2

16 Dec 09:30
Compare
Choose a tag to compare
  • Improved library description.
  • Properly formatted example code in README