Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 520
devdork Avatar asked Feb 19 '19 08:02

devdork


People also ask

What is Branch SDK?

The Branch Android SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral programs, content sharing, deep linked emails, smart banners, custom user onboarding, and more. docs.branch.io/pages/apps/android/

What is branch in flutter?

Branch SDK Plugin. This is a Flutter plugin that implemented Branch SDK. Branch.io helps mobile apps grow with deep links that power referral systems, sharing links and invites with full attribution and analytics. Supports Android, iOS and Web.

What is the difference between flutter and flutter SDK?

Flutter is a mobile app SDK to help developers and designers build modern mobile apps for iOS and Android. Android SDK belongs to "Frameworks (Full Stack)" category of the tech stack, while Flutter can be primarily classified under "Cross-Platform Mobile Development".


1 Answers

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!

like image 139
Jackie Choi Avatar answered Oct 11 '22 14:10

Jackie Choi