anime_scraping 1.0.4
anime_scraping: ^1.0.4 copied to clipboard
Scrapping otakudesu with dart.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add anime_scrapingWith Flutter:
$ flutter pub add anime_scrapingThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
anime_scraping: ^1.0.4Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:anime_scraping/anime_scraping.dart';