SDK Integration
Integrating the Pensa SDK into your Flutter project is simple. Follow the steps below to add the SDK and enable advanced shelf recognition features in your app:
1- Install the SDK Package
flutter pub add pensa_flutter_sdk2- Install Native Dependencies (iOS)
After installing the package, navigate to the iOS folder and install the native dependencies using CocoaPods:
cd ios
pod installThis step is required for iOS to link the native components of the SDK.
Once installation is complete, you can proceed with SDK initialization.
Last updated
Was this helpful?