urlspliter 0.2.2
urlspliter: ^0.2.2 copied to clipboard
A URL text splitter library that separates URLs from plain text.
Changelog #
0.1.0 #
- Initial version, created by Stagehand
0.1.1 #
- dump urlbuffer when check tail
0.1.2 #
- check sequece length
0.1.3 #
- check testbuffer length in tail
0.1.4 #
- add more char of url
0.2.2 - 2024-06-09 #
- 修复 urlspliter 插件 Android 配置导致的构建报错。
- 将 urlspliter 改为纯 Dart 包,移除 pubspec.yaml 中的 plugin 平台声明。
- 避免 Flutter 对原生插件的误判,解决构建时 "The plugin urlspliter doesn't have a main class defined..." 错误。
0.2.1 - 2024-06-09 #
- 支持Flutter最新版和Dart 3 null safety。
- 修复多URL分割算法,完全兼容README示例。
- 完善文档和测试用例。
- 代码风格升级,兼容pub.dev最新规范。