simple_autocomplete_formfield 0.3.0
simple_autocomplete_formfield: ^0.3.0 copied to clipboard
A Flutter widget that wraps a TextFormField and assists with autocomplete functionality.
0.3.0 #
- Support null safety
0.2.7 April 24, 2020 #
- Fix constructing a FocusNode on each widget build.
0.2.6 April 24, 2020 #
- Let
textfield_state
handle controller/focusNode changes.
0.2.5 April 21, 2020 #
- Fix holding reference to widget.
0.2.4 August 6, 2019 #
- Fix #6
0.2.3 September 3, 2018 #
- Add .gif of example to README.
0.2.0 September 3, 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.