How can I integrate a MoEngage in flutter framework. Is there any libraries I can use readily? Do I need to do it separately in iOS and Android? I don't see any official support for flutter by MoEngage team. How do i achieve it in flutter?
Asked
Active
Viewed 401 times
1
-
We don't have a flutter package which you can install in your app and use. You can create a package on top of our native Android and iOS SDKs and use it in your Flutter application. – Umang Nov 08 '19 at 14:55
-
Just to add to what @Umang mentioned, you don't have to do it separately. You can create a single plugin packages with support for both iOS and Android. This doc should help you with it -> https://flutter.dev/docs/development/packages-and-plugins/developing-packages – Chengappa C D Nov 08 '19 at 15:30
-
@Rajesh We have implemented a flutter plugin for MoEngage SDK, find more info in the documentation : https://docs.moengage.com/docs/sdk-integration-4 – Chengappa C D Dec 17 '19 at 05:42
-
Hey @ChengappaCD thanks aloot ...ill do check..will notify you if any issue found – Rajesh Patil Jan 19 '20 at 11:54