Migrate Campaign SDK for Flutter
When migrating the Flutter app from SDK version 3.8.5 to 3.8.6, complete the following steps:
- Download the 3.8.6 Flutter project.
- Open the plugins folder and copy the following folders:
- flutter_acoustic_mobile_push
- flutter_ios_notification_service
- Open your project's plugins directory and remove the following folders:
- flutter_acoustic_mobile_push
- flutter_ios_notification_service
- Paste your copied 3.8.6 folders into your project's plugins directory.
- Clean up your project and update your package dependencies:
a. Using terminal cd into your app directory.
b.run flutter clean
c.run flutter pub get
- Clean and rebuild your project.
Updated 8 months ago