简体   繁体   English

如何在我的 Flutter 应用程序中实现 Branch SDK

[英]How to implement Branch SDK in my Flutter app

I've been using Branch.io for app deep-linking for a while.我一直在使用 Branch.io 进行应用深层链接。

Everything works fine and I'm quite used to its mechanism.一切正常,我已经习惯了它的机制。

Recently I started to play with Google Flutter to build cross-platform apps.最近我开始玩谷歌 Flutter 来构建跨平台应用程序。

Would like to know if it's possible to integrate Branch into a Flutter project and how?想知道是否可以将 Branch 集成到 Flutter 项目中以及如何集成?

Unfortunately, Branch does not have a native flutter package yet.不幸的是,Branch 还没有原生的 flutter 包。 We currently support Android, iOS, React Native, Cordova, mParticle, Titanium, Unity and Xamarin.我们目前支持 Android、iOS、React Native、Cordova、mParticle、Titanium、Unity 和 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在我们为 Flutter 推出我们的软件包之前,您可以使用我们的 HTTP API: https : //docs.branch.io/pages/apps/deep-linking-api/我们还有关于本机应用程序的集成指南:Android: https: //docs.branch.io/pages/apps/android/#integrate-branch iOS: https : //docs.branch.io/pages/apps/ios/#integrate-branch

Hope this helps!希望这可以帮助!

我已经开始使用flutter_branch_sdk并且到目前为止运行良好。

可以参考flutter-branch-io包,还没发布。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM