How to implement Branch SDK in my Flutter app

2,449

Solution 1

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!

Solution 2

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

Share:
2,449
devdork
Author by

devdork

Updated on December 09, 2022

Comments

  • devdork
    devdork over 1 year

    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?

  • dakt
    dakt over 4 years
    It would be real nice to have a support since Flutter is gaining so much popularity that even my team migrated away from React-Native. Much better DX, performance and better language (dart).
  • Vlad
    Vlad about 4 years
    @jackie-choi Any ETA on when Branch will make a Flutter SDK? The unofficial one crashes my Android app on the first launch unfortunately so can't really use it.
  • ijt
    ijt about 4 years
    @Vlad which unofficial one crashes for you? Is it flutter_branch_sdk or flutter-branch-io?
  • Aleksandar
    Aleksandar over 3 years
    why is their repo archived?