super_tag_editor 1.1.0 copy "super_tag_editor: ^1.1.0" to clipboard
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.md to fix markdown formatting and syntax errors
  • Added verified screenshot example/screenshots/tag_editor_demo.png for pub.dev package page
  • Improved pubspec.yaml metadata: 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.md formatting
  • Cleaned up and standardized pubspec.yaml structure
  • Verified compatibility with Flutter 3.27.0+
  • No breaking changes

0.4.1 #

  • Release version 0.4.1 on pub.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@v4 to 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 LoadMore for SuggestionsBox by 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.x for 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 delete tag
  • Added border radius for suggestion box

BREAKING CHANGES #

  • Support validation
  • Compatible with flutter version v3.7.5

0.0.3+4 #

  • Support press keyboard to Delete tag and Move, Select suggestion item

0.0.3+3 #

  • Enable/Disable auto dispose FocusNode

0.0.3+2 #

  • Add margin for suggestion box

0.0.3+1 #

  • Add padding for suggestion box

0.0.3 #

  • Customize style tag input: background, border, cursor

0.0.2 #

  • Support activated/deactivated for suggestion box
  • Format code to match the Dart formatter

0.0.1 #

  • First release
43
likes
160
points
1.48k
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A Flutter widget for editing and managing tags with auto-suggestions and Material-like behavior. Designed to feel natural with Gmail-style tag inputs.

Repository (GitHub)
View/report issues

Topics

#flutter #tag #input #editor #textfield

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

debounce_throttle, flutter, intl, pointer_interceptor

More

Packages that depend on super_tag_editor