material_tag_editor 0.1.2
material_tag_editor: ^0.1.2 copied to clipboard
A simple tag editor for inputing tags. This is design to act and feel similar the standard Material TextField as much as possible.
0.1.2 2022/02/02. #
0.1.1 2021/03/07. #
0.1.0 2021/03/04. #
0.0.6 2020/11/17. #
Breaking Changes! #
- Correct the spelling of
TagEditor
's named parameter,delimeters
todelimiters
Feature
- Expose focusNode
0.0.5 2020/11/10. #
Feature
- Expose textStyle for custom input styling
- Follow Flutter's beta channel
0.0.4 2020/10/3. #
Feature
- Expose keyboardAppearance
- Expose custom onSubmitted
- Add more documentation
0.0.3 2020/08/6. #
Feature
- Expose additional TextField's props
- Expose key to the widget
Bugfix
- Fix problem where
enabled
prop does not work
0.0.2 2020/07/28. #
Remove duplicating file causing
0.0.1 2020/05/15. #
- First release