Add the dependency
pubspec.yaml
Requirements
Android setup
The plugin uses Android Keystore internally. No additionalAndroidManifest.xml entries or Gradle config are required beyond the minSdkVersion constraint.
Ensure your android/app/build.gradle (or build.gradle.kts) has:
android/app/build.gradle
iOS setup
The plugin uses the iOS Secure Enclave. No additional entitlements orInfo.plist keys are required.
Ensure the deployment target in ios/Podfile is at least 13.0:
ios/Podfile
Initialise
CallBmoniEmbeddedSdk.initialize once before runApp. The call is idempotent — calling it again updates the active configuration.
main.dart

