pretty_diff_text
安装
flutter pub add pretty_diff_text
简介
PrettyDiffText是RichText的包装器,以可视方式显示两个文本之间的差异。它使用了Google的diff-match-patch库。
详情
分类 | Emoji & Rich Text |
更新频率 | Poor |
Likes | 51 |
Popularity | 86 |
PUB 平台得分 | 160 |
Github 星数 | 23 |
Github 问题数 | 0 |
github问题总数 | 3 |
包创建时间 | 2021-07-21 11:31:20 |
包更新时间 | 2024-07-10 15:12:16 |
Dart3 支持 | yes |
空安全 支持 | yes |
平台 | AndroidiOSWebmacOSWindowsLinux |
版本号 | 2.0.0 |
创建时间 | 1.0.0 (Jul, 2021) |
这些 Github 项目使用了 pretty_diff_text 插件
pretty-diff-text
23
PrettyDiffText is wrapper of RichText which show differences between two texts visually. It uses Google's diff-match-patch library.
DevWidgets
152
DevWidgets is a Flutter application with several tools such as generators, formatters and converters for developers. It's directly inspired by DevToys.