super_tag_editor 0.3.2
super_tag_editor: ^0.3.2 copied to clipboard
A simple tag editor for inputting tags. This is design to act and feel similar the standard Material TextField as much as possible.
0.3.2 #
- Fix the suggestion list always displays on top when there is still space below
- Compatible with flutter version
v3.24.5 - Upgrade kotlin version to
v1.7.10 - Bumped versions of deprecated actions
0.3.1 #
- Support
LoadMoreforSuggestionsBoxby mouse or keyboard
0.3.0 #
- Compatible with flutter version
v3.22.2
0.2.0 #
- Compatible with flutter version
v3.10.6
0.1.3 #
- Support RTL mode
0.1.2 #
- Fix tap event is not simulated in a overlay on Flutter
3.7.xfor Web/Desktop (Regression)
0.1.1 #
- Tap event is not simulated in a overlay on Flutter version
3.7.x
0.1.0 #
- Fix bugs
- Auto focus latest tag after
deletetag - Added
border radiusfor suggestion box
BREAKING CHANGES #
- Support
validation - Compatible with flutter version
v3.7.5
0.0.3+4 #
- Support press
keyboardtoDeletetag andMove,Selectsuggestion item
0.0.3+3 #
- Enable/Disable auto dispose
FocusNode
0.0.3+2 #
- Add
marginfor suggestion box
0.0.3+1 #
- Add
paddingfor suggestion box
0.0.3 #
- Customize style tag input:
background,border,cursor
0.0.2 #
- Support
activated/deactivatedfor suggestion box - Format code to match the Dart formatter
0.0.1 #
- First release