input_history_text_field 0.4.0
input_history_text_field: ^0.4.0 copied to clipboard
A input_history_text_field widget is automatically saved and suggest as you type.
0.4.0 2024-10-12. #
0.3.1 2024-09-14. #
0.3.0 2024-07-12. #
- support Flutter
3.22
0.1.1 2022-08-07. #
- supported Flutter version to
2.10.5
- https://github.com/trashfeed/input_history_text_field/pull/9
0.1.0 2020-09-25. #
- Support Null Safety
0.0.9 2020-08-16. #
- fix height when empty icon.
0.0.8 2020-08-16. #
- deprecated
badgeColor
. usebackgroundColor
instead. - add
enableSave
false
is not saved;
- add
lockItems
,lockTextColor
,lockBackgroundColor
- If there is an item you want to display from the beginning or an item you want the user to selected.
0.0.7 2020-08-14. #
- add style to badge, set a
listStyle
=ListStyle.Badge
. - add some API.
listStyle
textColor
badgeColor
historyIconColor
deleteIconColor
0.0.6 2020-08-12. #
historyListItemLayoutBuilder
is change parameter.
0.0.5 2020-08-12. #
- add API
historyIconTheme
,deleteIconTheme
listOffset
listTextStyle
historyListItemLayoutBuilder
InputHistoryController
0.0.3 2020-08-11. #
- update readme.
0.0.2 2020-08-11. #
- change metadata.
0.0.1 2020-08-11. #
- first release