leap_aui 0.0.10
leap_aui: ^0.0.10 copied to clipboard
Whatfix Mobile SDK is a Flutter package designed to create engaging in-app experiences for your end users. This SDK enables seamless integration with your mobile app's source code, allowing developers [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add leap_aui
With Flutter:
$ flutter pub add leap_aui
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
leap_aui: ^0.0.10
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:leap_aui/leap_aui.dart';