Reputation: 305
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
Reputation: 401
You can refer to flutter-branch-io package, it hasn't been released yet.
Upvotes: 0
Reputation: 563
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
Upvotes: 3
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