formatted_text_hooks 4.0.1 formatted_text_hooks: ^4.0.1 copied to clipboard
A simple text formatting package. Use to format text in TextField and Text widgets. Hooks version of formatted_text.
4.0.1 #
- Context menu builder default button items
- README update
4.0.0 #
- Requires Dart
^3.1.0
- Requires Flutter
^3.13.0
- Deprecated :
FormattedTextSelectionControls
in favor ofFormattedTextContextMenuBuilder
3.1.0 #
- 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
3.0.0 #
- Multi-styling substring
- Remove regex-based style matching
- Fix: All substring styles merged together and applied to the whole text
2.0.0 #
- Fix FormattedTextSelectionControls.buildToolbar issue
- Update dependencies
1.0.1 #
- Fix SelectionChangedCause.toolBar issue
1.0.0 #
- Initial release