How to implement Branch SDK in my Flutter app

Unfortunately, Branch does not have a native flutter package yet. We currently support Android, iOS, React Native, Cordova, mParticle, Titanium, Unity and Xamarin. Until we roll out our package for Flutter, you can use our HTTP API: https://docs.branch.io/pages/apps/deep-linking-api/ ​ We also have integration guidelines on native apps: Android: https://docs.branch.io/pages/apps/android/#integrate-branch iOS: https://docs.branch.io/pages/apps/ios/#integrate-branch

Hope this helps!


I've started using flutter_branch_sdk and it's working well so far.