clubeon_sdk 0.0.1
clubeon_sdk: ^0.0.1 copied to clipboard
A Flutter package to access ClubeOn's API.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add clubeon_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
clubeon_sdk: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:clubeon_sdk/data/api_callback.dart';
import 'package:clubeon_sdk/data/clubeon_sdk.dart';
import 'package:clubeon_sdk/data/models/common/core/core_app.dart';
import 'package:clubeon_sdk/helpers/unit8_converter.dart';
import 'package:clubeon_sdk/misc/clubeon_sdk_exception.dart';