flutter_branch_sdk
flutter_branch_sdk copied to clipboard
Flutter Plugin for create deep link using Branch Metrics SDK. This plugin provides a cross-platform (iOS, Android, Web).
**Describe the bug** Currently Branchio is listening to every branch link even though it is categorized as non branch link in the response, but this will block the universal link...
I am using [QlevarRouter](https://pub.dev/packages/qlevar_router) as a routing package to support nested navigations with navigator 2.0 support. Combining it the branch sdk works fine in mobile devices but there is some...
**Describe the bug** Completion of `await FlutterBranchSdk.init()` doesn't necessarily mean native iOS plugin is fully initialized? Especially during the first launch. In my app: - `await FlutterBranchSdk.init()` - Then, almost...
**Describe the bug** When I try to open the app with the non-branch deep link, non_branch_link field sometimes doesn't provide the url I've clicked on. **To Reproduce** Steps to reproduce...
**Which problem is this feature request solving?** When receiving an error from Branch, the error looks like: `PlatformException(-116, Trouble initializing Branch. The request was invalid., null, null)` We can't do...
**Describe the bug** initSession function does not execute for fresh install with version `7.3.0` listSession with version `6.9.0` used to work well And LATD does not return anything for 6.9.0...
[iOS] - SDK not validating the credentials when FlutterBranchSdk.validateSDKIntegration() is called.
**Describe the bug** When running FlutterBranchSdk.validateSDKIntegration() on the main app method, branch SDK is not being able to retrieve the proper credentials. **To Reproduce** Steps to reproduce the behavior: 1....
**Describe the bug** I had integrated flutter_branch_sdk in my flutter app a while ago and everything was working fine until couple of weeks ago when on iOS, flutter branch sdk...
**Describe the bug** The main issue I am facing is that the FlutterBranchSdk.listSession().listen() method, which is used to retrieve session data, does not seem to be triggering the onData callback...
Hi, this is Kun from the Branch Solutions Integration Engineering team. The Flutter SDK’s initialization is not handled correctly when it gets into a race condition by initializing other 3rd...