gigantier_sdk 1.0.0 copy "gigantier_sdk: ^1.0.0" to clipboard
gigantier_sdk: ^1.0.0 copied to clipboard

outdated

SDK for Gigantier API

Gigantier Flutter #

SDK to connect your Flutter app to Giganter API.

API reference

Installation #

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

dependencies:
  gigantier_sdk: ^1.0.0

Then install the package with pub get or flutter pub get.

Usage #

To get started, instantiate a new Gigantier client with your credentials.

Note: This requires a Gigantier account.

import 'package:gigantier_sdk/gigantier.dart';

...

final client = Gigantier(
  hostname, 
  clientId, 
  clientSecret, 
  scope, 
  appName
);

Check out the API reference to learn more about authenticating and the available endpoints.

Contributing #

Thank you for considering contributing to Gigantier Flutter SDK.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

SDK for Gigantier API

Homepage

License

unknown (LICENSE)

Dependencies

flutter, http, shared_preferences, yaml

More

Packages that depend on gigantier_sdk