magnifi_mobile_sdk 0.1.0 copy "magnifi_mobile_sdk: ^0.1.0" to clipboard
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.

Magnifi Mobile SDK for Flutter #

Embed the Magnifi AI advisor directly into your Flutter app.

Installation #

dependencies:
  magnifi_mobile_sdk: ^0.1.0
flutter pub get

Usage #

import 'package:magnifi_mobile_sdk/magnifi_mobile_sdk.dart';

// Initialize once at app startup
Magnifi.init(MagnifiConfig(apiKey: 'YOUR_API_KEY'));

// Launch the Magnifi experience from any widget
Magnifi.show(context);

API #

Method Description
Magnifi.init(config) Initialize the SDK with your API key
Magnifi.show(context) Open the Magnifi advisor in a full-screen modal
Magnifi.isInitialized() Check if the SDK has been initialized

MagnifiConfig #

Parameter Type Required Description
apiKey String Yes Your Magnifi API key
environment String? No Target environment
clientId String? No Your client identifier

Requirements #

  • Flutter 3.x+ (Dart >= 3.0)
  • iOS 15.0+
  • Android API 24+
0
likes
140
points
68
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Magnifi Mobile SDK for Flutter — embed the Magnifi AI advisor in your app with a single method call.

Homepage
Repository (GitHub)

Topics

#finance #webview #sdk

License

MIT (license)

Dependencies

flutter, webview_flutter

More

Packages that depend on magnifi_mobile_sdk