AndreVarandas / dart-fortnite-api-wrapper

A Dart api wrapper for Fortnite Api.
MIT License
3 stars 3 forks source link
api-wrapper dart dart-lang dart-library dartlang first-timers fortnite fortnite-api fortnite-dart fortnite-stats fortniteapi fortnitebr hacktoberfest hacktoberfest-2020 hacktoberfest-starter hacktoberfest2020 rest-api
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