pretty_diff_text 2.1.0
pretty_diff_text: ^2.1.0 copied to clipboard
PrettyDiffText is wrapper of RichText which shows differences between two texts visually. It uses Google's diff-match-patch library by default.
2.1.0 #
- new
withDiffsconstructor to all you to bring your own diff algorithm.
2.0.0 #
- Upgraded Flutter and dart support. Thanks to domesticmouse.
- Set Dart constraint to: >=3.2.0-0 <4.0.0 and Flutter to: >=3.16.0
- Updated example Android project to fix compiling issues.
1.0.0 #
- Initial release of the package.