field_suggestion 0.1.4
field_suggestion: ^0.1.4 copied to clipboard
Create highly customizable, simple, and controllable autocomplete fields.
0.1.4 5/06/21 #
- Num. type list autocompleting support
Now users can use their
suggestionListasList<String>,List<double>, andList<int>.
0.1.3 30/05/21 #
- Enabled null safety
0.1.2 30/05/21 #
- New feature: External Control
By using this version, users can create an
BoxControllerand give it toFill Suggestion. And then they can controle(close/show) suggestions box externally.
0.1.1 30/04/21 #
- First release