screenscraper 0.1.19 copy "screenscraper: ^0.1.19" to clipboard
screenscraper: ^0.1.19 copied to clipboard

Emulation scraper that uses ScreenScraper API V2 to match ROMs to games and fetch details.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add screenscraper

With Flutter:

 $ flutter pub add screenscraper

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  screenscraper: ^0.1.19

Alternatively, 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:screenscraper/screenscraper.dart';
2
likes
150
points
86
downloads

Documentation

API reference

Publisher

verified publishersolonenko.dev

Weekly Downloads

Emulation scraper that uses ScreenScraper API V2 to match ROMs to games and fetch details.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive, chunked_stream, collection, convert, crclib, crypto, json_annotation, pretty_http_logger

More

Packages that depend on screenscraper