androidiosflutterdeep-linkingbranch.io

How to implement Branch SDK in my Flutter app


I've been using Branch.io for app deep-linking for a while.

Everything works fine and I'm quite used to its mechanism.

Recently I started to play with Google Flutter to build cross-platform apps.

Would like to know if it's possible to integrate Branch into a Flutter project and how?


Solution

  • 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!