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.
- Host: GitHub
- URL: https://github.com/curiousyuvi/web_scraping
- Owner: curiousyuvi
- Created: 2021-07-12T19:20:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T11:31:49.000Z (over 4 years ago)
- Last Synced: 2025-02-05T04:45:16.835Z (about 1 year ago)
- Topics: flutter, html, http, web-scraping
- Language: Dart
- Homepage: https://www.geeksforgeeks.org/web-scraping-in-flutter/
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)