An open API service indexing awesome lists of open source software.

https://github.com/curiousyuvi/web_scraping

Web-Scraper returns the whole DOM of a website which can be later parsed to get the desired data. It uses the HTML and HTTP packages in flutter.
https://github.com/curiousyuvi/web_scraping

flutter html http web-scraping

Last synced: 7 months ago
JSON representation

Web-Scraper returns the whole DOM of a website which can be later parsed to get the desired data. It uses the HTML and HTTP packages in flutter.

Awesome Lists containing this project

README

          

# web_scraping

This is a fluttter project that has the code for the GeeksForGeeks article I wrote.

[Web Scraping in Flutter](https://www.geeksforgeeks.org/web-scraping-in-flutter/)