devdork
devdork

Reputation: 305

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?

Upvotes: 11

Views: 4238

Answers (4)

Tu Duong
Tu Duong

Reputation: 401

You can refer to flutter-branch-io package, it hasn't been released yet.

Upvotes: 0

ijt
ijt

Reputation: 3825

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

Upvotes: 6

Jackie Choi
Jackie Choi

Reputation: 432

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!

Upvotes: 6

Related Questions