v2.5.0
What's Changed
- Support Flutter 3.0 (remove warnings) (@Cteq3132)
- [BREAKING] Support modifying
foreColorSelected
andbackColorSelected
when using a custom dialog for font coloring- If you are using a custom
updateStatus
function for the font coloring, that function is now defined asupdateStatus(Color)
- If you are using a custom
- Added
disabled
parameter to automatically disable editor on initial load - Fixed white background color appearing sometimes when pressing backspace on text
- Added
useHybridComposition
parameter in case devs want to disable this behavior (improves animations of app) - [WEB] Fixed editor height being 0 when
initialText
isnull
(@dab246) - Migrated example to Android embedding V2
- Removed woff fonts to allow iOS App Store submissions
New Contributors
Full Changelog: v2.4.0...v2.5.0