leap_creator 0.0.9
leap_creator: ^0.0.9 copied to clipboard
The Leap Creator Flutter plugin enables you to create in-app experiences using the Leap Mobile Studio by integrating the Leap Mobile Creator SDK. Activate Creator mode in your app to design interactiv [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add leap_creatorWith Flutter:
$ flutter pub add leap_creatorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
leap_creator: ^0.0.9Alternatively, 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:leap_creator/leap_creator.dart';