prizorsdk_flutter 0.0.6 prizorsdk_flutter: ^0.0.6 copied to clipboard
Prizor SDK Flutter, plugin for seamless integration with PrizorSDK, empowering your mobile apps. Docs for integrating and utilizing PrizorSDK in Flutter projects.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add prizorsdk_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
prizorsdk_flutter: ^0.0.6
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:prizorsdk_flutter/prizorsdk_flutter.dart';