web_scraper 0.1.4
web_scraper: ^0.1.4 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.1.4 24/02/2021 #
- Migrated to null-safety
- Formatted dart files
0.1.2 24/02/2021 #
- Migrated to null-safety
0.0.9 24/02/2021 #
- Added getElementTitle & getElementAttribute methods for simpler scraping tasks
- Included functions like loadFromURL & loadFromString for better range of uses
- Improved processing speed by avoiding re-parsing of webpages
- Added extraElement attribute inside getElement method for inconsistent webpages
- Updated documentations & unit testing for library
0.0.8 13/11/2020 #
- Added pedantic for internal testing
- Updated code quality & formatting
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.