- Context menu builder default button items
- README update
- Requires Dart
^3.1.0
- Requires Flutter
^3.13.0
- Deprecated :
FormattedTextSelectionControls
in favor ofFormattedTextContextMenuBuilder
- Fix: Compile error with Flutter 3.13.0 and above
- Update min Flutter sdk version to 3.13.0
- Update min Dart sdk version to 3.1.0
- Multi-styling substring
- Remove regex-based style matching
- Fix: All substring styles merged together and applied to the whole text
- Fix FormattedTextSelectionControls.buildToolbar issue
- Update dependencies
- Fix SelectionChangedCause.toolBar issue
- CHANGELOG Fix
- README fix
- Code Format fix
- Initial release