rawg_sdk_dart 0.0.3 copy "rawg_sdk_dart: ^0.0.3" to clipboard
rawg_sdk_dart: ^0.0.3 copied to clipboard

A Flutter package to interact with RAWG API written in pure Dart. Both for iOS and Android. It will help you to request games from the RAWG catalog.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rawg_sdk_dart

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

dependencies:
  rawg_sdk_dart: ^0.0.3

Alternatively, your editor might support 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_sdk_dart/rawg_sdk_dart.dart';
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package to interact with RAWG API written in pure Dart. Both for iOS and Android. It will help you to request games from the RAWG catalog.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, http

More

Packages that depend on rawg_sdk_dart