urlspliter 0.2.1
urlspliter: ^0.2.1 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.1 - 2024-06-09 #
- 支持Flutter最新版和Dart 3 null safety。
- 修复多URL分割算法,完全兼容README示例。
- 完善文档和测试用例。
- 代码风格升级,兼容pub.dev最新规范。