evefrontier_api 0.0.3-alpha copy "evefrontier_api: ^0.0.3-alpha" to clipboard
evefrontier_api: ^0.0.3-alpha copied to clipboard

Library for working with EVE Frontier online game api.

EVE Frontier API #

Pub

Library for working with EVE Frontier online game api.

BuyMeACoffee

Getting Started #

To use this package, add evefrontier_api as a dependency in your pubspec.yaml file.

dependencies:
  evefrontier_api: <latest_version>

Using #

import 'package:evefrontier_api/evefrontier_api.dart';

Example #

  final api = EVEFrontierAPI();
  api.getSolarSystems().then((value) {
    print(value.length);
  });

Generate models #

dart run build_runner build -d

Swagger API Documentation.

Sponsoring #

I'm working on my packages on my free-time, but I don't have as much time as I would. If this package or any other package I created is helping you, please consider to sponsor me so that I can take time to read the issues, fix bugs, merge pull requests and add features to these packages.

Contributions #

Feel free to contribute to this project.

If you find a bug or want a feature, but don't know how to fix/implement it, please fill an issue.
If you fixed a bug or implemented a feature, please send a pull request.

3
likes
150
points
43
downloads

Publisher

verified publisherdip.dev

Weekly Downloads

Library for working with EVE Frontier online game api.

Homepage
Repository (GitHub)
View/report issues

Topics

#game #api #eve #evefrontier

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com
www.thanks.dev

License

MIT (license)

Dependencies

built_collection, built_value, chopper, chopper_built_value, collection, http, logging

More

Packages that depend on evefrontier_api