magnifi_mobile_sdk 0.1.0
magnifi_mobile_sdk: ^0.1.0 copied to clipboard
Magnifi Mobile SDK for Flutter — embed the Magnifi AI advisor in your app with a single method call.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add magnifi_mobile_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
magnifi_mobile_sdk: ^0.1.0Alternatively, 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:magnifi_mobile_sdk/magnifi_mobile_sdk.dart';