super_tag_editor 1.1.0
super_tag_editor: ^1.1.0 copied to clipboard
A Flutter widget for editing and managing tags with auto-suggestions and Material-like behavior. Designed to feel natural with Gmail-style tag inputs.
1.1.0 #
🎹 Feature Update – Keyboard Accessibility
- Added Tab key shortcut support to switch focus between tag and input field.
- Improves keyboard accessibility and usability for power users.
1.0.1 #
📘 Documentation and Metadata Update
- Updated
README.mdto fix markdown formatting and syntax errors - Added verified screenshot
example/screenshots/tag_editor_demo.pngfor pub.dev package page - Improved
pubspec.yamlmetadata: topics, platforms, and description cleanup - No code changes or breaking changes — documentation-only release
- Verified compatibility with Flutter 3.27.0+
1.0.0 #
🎉 First stable release on pub.dev
- Promoted to a stable version (
1.0.0) - Declared full Flutter platform support: Android, iOS, Web, macOS, Windows, and Linux
- Added screenshot metadata for pub.dev presentation
- Improved documentation and
README.mdformatting - Cleaned up and standardized
pubspec.yamlstructure - Verified compatibility with Flutter 3.27.0+
- No breaking changes
0.4.1 #
- Release version
0.4.1onpub.dev
0.4.0 #
- Fixed GitHub Actions test report workflow failing on forked PRs due to permission and authentication restrictions.
BREAKING CHANGES #
- Compatible with flutter version
v3.32.8
0.3.3 #
- Fix for _scrollToVisible throwing error #51
- Support previous/next arrow key for change focus tags
- Upgrade flutter version to v3.27.4
- Update to
actions/download-artifact@v4to fix deprecation error
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
