web_scraper 0.0.7
web_scraper: ^0.0.7 copied to clipboard
A simple web scraper to scrape HTML tags and their attributes to cast them into Lists and Maps for dart and flutter.
[0.0.7] - 13/11/2020 #
- Added URL validation for endpoints
- Updated RegEx to scrape script variables
- Updated to latest dart version 2.10.3
- Improved documentation
[0.0.6] - 23/06/2020 #
- Removed dependency on Flutter
[0.0.5] - 03/04/2020 #
- getAllScripts added
- getScriptVariables implemented
- Improved error reporting
[0.0.3] - 22/03/2020 #
- Converted List of Maps of attributes to a single Map in repsonse
- Web_Scraper Tests added
- Added more description
[0.0.1] - 20/03/2020 #
- Initial Web Scraper Created.