input_history_text_field 0.0.4 copy "input_history_text_field: ^0.0.4" to clipboard
input_history_text_field: ^0.0.4 copied to clipboard

outdated

A input_history_text_field widget is show type history to users as they type.

input_history_text_field #

A input_history_text_field widget is show type history to users as they type.

Usage #

  • The only key in the your application set to historyKey, supports like a text_field,

    InputHistoryTextField(
        historyKey: "01",
    ),
    
    
  • the input history is automatically saved.( save up to limit, default to 5 )

    input_history_text_field-1

  • You will be suggested as you type.

    input_history_text_field-2

  • Unnecessary history can be deleted

    input_history_text_field-3

Overview #

input_history_text_field

Attributes #

name ex note
historyKey key-01 String a only key in the your application,saved with this key.
limit 5 int max limit of input history
hasFocusExpand true bool show input history of edit text focused
showHistoryIcon true bool icon of input history at left positioned
showDeleteIcon true bool icon of delete at right positioned
enableHistory true bool enabled/disabled of input history
enableOpacityGradient true bool make the input history list gradually transparent
historyIcon Icons.add IconData a IconData for history icon.
deleteIcon Icons.delete IconData a IconData for delete icon.
listRowDecoration BoxDecoration Decoration a row of input history for decoration
listDecoration BoxDecoration Decoration a list of input history for decoration
69
likes
0
pub points
87%
popularity

Publisher

verified publishertrashfeed.net

A input_history_text_field widget is show type history to users as they type.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on input_history_text_field