stipop_sdk 0.2.2 icon indicating copy to clipboard operation
stipop_sdk: ^0.2.2 copied to clipboard

Flutter Plugin for Stipop SDK

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stipop_sdk

With Flutter:

 $ flutter pub add stipop_sdk

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

dependencies:
  stipop_sdk: ^0.2.2

Alternatively, your editor might support dart pub get or 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';
9
likes
0
pub points
36%
popularity

Publisher

unverified uploader

Flutter Plugin for Stipop SDK

Repository (GitHub)
View/report issues

License

Icon for licenses.unknown (LICENSE)

Dependencies

flutter, json_annotation, json_serializable

More

Packages that depend on stipop_sdk