rawg_dart_wrapper 1.3.0 copy "rawg_dart_wrapper: ^1.3.0" to clipboard
rawg_dart_wrapper: ^1.3.0 copied to clipboard

A Dart & Flutter package to enable users to easily integrate the RAWG API and easily get details on games, trophies, platforms and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rawg_dart_wrapper

With Flutter:

 $ flutter pub add rawg_dart_wrapper

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

dependencies:
  rawg_dart_wrapper: ^1.3.0

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:rawg_dart_wrapper/rawg_dart_wrapper.dart';
1
likes
150
pub points
0%
popularity

Publisher

unverified uploader

A Dart & Flutter package to enable users to easily integrate the RAWG API and easily get details on games, trophies, platforms and more.

Repository (GitHub)
View/report issues

Topics

#api #wrapper #games #rawg

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

dio

More

Packages that depend on rawg_dart_wrapper