AndreVarandas / dart-fortnite-api-wrapper

A Dart api wrapper for Fortnite Api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

License: MIT

Fortnite Api Wrapper

Fortnite api wrapper is a dart library for interacting with the FORTNITE-API.

Note

This is a work in progress and some features are not implemented yet. For now, please use example/main.dart as a guide.

Use this package as a library

1. Depend on it

Add this to your package's pubspec.yaml file:

dependencies:
  fortnite_api: ^0.0.1

2. Install it

You can install packages from the command line with:

pub:

$ pub get

with Flutter:

$ flutter pub get

Alternatively, your editor might support pub get or flutter pub get. Check the docs for your editor to learn more.

3. Import it

Now in your Dart code, you can use:

import 'package:fortnite_api/fortnite_api.dart';

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

Feedback

Please feel free to give us any feedback helping support this plugin !

License

MIT - André Varandas