leap_creator 0.0.14
leap_creator: ^0.0.14 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 Flutter:
$ flutter pub add leap_creatorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
leap_creator: ^0.0.14Alternatively, 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:leap_creator/leap_creator.dart';