11

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?

devdork
  • 195
  • 1
  • 9

4 Answers4

6

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!

Jackie Choi
  • 432
  • 2
  • 4
  • 3
    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). – dakt Oct 11 '19 at 07:57
  • 2
    @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. – Vlad Mar 02 '20 at 20:12
  • @Vlad which unofficial one crashes for you? Is it `flutter_branch_sdk` or `flutter-branch-io`? – ijt Mar 13 '20 at 15:15
6

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

Aleksandar
  • 3,558
  • 1
  • 39
  • 42
ijt
  • 3,505
  • 1
  • 29
  • 40
1

You can find the step by step integration using flutter_branch_sdk package here: https://help.branch.io/developers-hub/docs/flutter-sdk-basic-integration

And an example here: https://medium.com/flutter-community/flutter-deep-linking-using-branch-i-o-2e96c0de07fa

eqrakhattak
  • 535
  • 2
  • 7
  • 21
0

You can refer to flutter-branch-io package, it haven't release yet.

Tu Duong
  • 401
  • 4
  • 5