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.
Add this to your package's pubspec.yaml file:
dependencies:
fortnite_api: ^0.0.1
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.
Now in your Dart code, you can use:
import 'package:fortnite_api/fortnite_api.dart';
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.
Please feel free to give us any feedback helping support this plugin !