stipop_sdk 0.2.2 copy "stipop_sdk: ^0.2.2" to clipboard
stipop_sdk: ^0.2.2 copied to clipboard

PlatformAndroidiOS
outdated

Flutter Plugin for Stipop SDK

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stipop_sdk

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

dependencies:
  stipop_sdk: ^0.2.2

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:stipop_sdk/model/sp_package.dart';
import 'package:stipop_sdk/model/sp_package.g.dart';
import 'package:stipop_sdk/model/sp_sticker.dart';
import 'package:stipop_sdk/model/sp_sticker.g.dart';
import 'package:stipop_sdk/stipop_plugin.dart';
10
likes
100
pub points
42%
popularity

Publisher

unverified uploader

Flutter Plugin for Stipop SDK

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, json_annotation, json_serializable

More

Packages that depend on stipop_sdk