clubeon_sdk 0.0.1 copy "clubeon_sdk: ^0.0.1" to clipboard
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_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  clubeon_sdk: ^0.0.1

Alternatively, 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';
1
likes
20
points
24
downloads

Publisher

verified publisherwbcsistemas.com

Weekly Downloads

A Flutter package to access ClubeOn's API.

Homepage

License

MIT (license)

Dependencies

dio, flutter, flutter_phoenix, http, intl, json_annotation, shared_preferences, validators

More

Packages that depend on clubeon_sdk