youtube_parser 2.0.0 youtube_parser: ^2.0.0 copied to clipboard
A minimalist library that extracts IDs from all kinds of YouTube urls
2.0.0 #
- Add null-safety
1.1.0 #
- Possibly breaking: url checking is now a bit stricter
- Use built-in Uri class instead of RegExp
- Add more tests
1.0.0 #
- Breaking: url parameter with whitepaces will no longer work
- Breaking: optional trimWhitespace parameter has been removed
- Breaking: url parameter must not be null, otherwise an ArgumentError will be thrown
- Fix hints
- Add some tests
0.9.2 #
- Fix regex
- Add tests
- Bump up allowed SDK version