puul_partner_sdk 1.6.0
puul_partner_sdk: ^1.6.0 copied to clipboard
Official Dart/Flutter SDK for the Puul Partner API — integrate prediction markets and lottery draws into your mobile app.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add puul_partner_sdkWith Flutter:
$ flutter pub add puul_partner_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
puul_partner_sdk: ^1.6.0Alternatively, 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:puul_partner_sdk/puul_partner_sdk.dart';