simple_autocomplete_formfield 0.2.1
simple_autocomplete_formfield: ^0.2.1 copied to clipboard
A Flutter widget that wraps a TextFormField and assists with autocomplete functionality.
0.2.1 September 3, 2018 #
- Add .gif of example to README.
0.2.0 September 2, 2018 #
- Breaking: removed
itemParser
and added itsitemToString
anditemFromString
as direct parameters. - Breaking:
containerBuilder
has been renamed tosuggestionsBuilder
. suggestionsHeight
has been added since users often want to set it without having to specify the entiresuggestionsBuilder
.- Improved examples.
0.1.2 August 14, 2018 #
- Fix missing generic type specifier in itemParser usage.
0.1.1 July 21, 2018 #
- Fix and improve documentation.
0.1.0 July 21, 2018 #
- Support Dart 2.0.
0.0.2 June 13, 2018 #
- Added License (MIT).
0.0.1 June 13, 2018 #
- First release.