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';
1
likes
130
pub points
28%
popularity

Publisher

verified publishersolonenko.dev

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

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

More

Packages that depend on screenscraper