sunday_rtf_textfield 1.0.3 sunday_rtf_textfield: ^1.0.3 copied to clipboard
Flutter custom widget to create Rich TextField. It includes textspan for hint, label. Control the text style with RichTextController.
1.0.1 #
Features:
- Customizable hint
- Customizable label
- Data serialization
- Customizable text features with RTFTextFieldController Changes:
- Updated README file
- Refactoring
- Bug fix
1.0.2 #
Features:
- Changed package name to sunday_rtf_textfield
- Updated README file and other files
- Other improvements
1.0.3 #
Features:
- Added onSelectionChanged callback
- Removed all deprecated methods
- Other improvement