flutter_sdk icon indicating copy to clipboard operation
flutter_sdk copied to clipboard

This is the Flutter SDK of

Results 43 flutter_sdk issues
Sort by recently updated
recently updated
newest added

Hello, In campaign lab I have a custom link, I didn't specify a label parameter, my server fills it up, I use this for a referral campaign, it works correctly,...

Description: I'm experiencing an issue with the Adjust SDK where deep links are being incorrectly attributed after app reinstallation on iOS. Version of Adjust SDK: 4.38.0 Platform: iOS Flutter Version:...

Good morning guys, I have a question/problem with the adjustment... Scenario: I received a deeplink that should open a screen in the XPTO application, but I don't have this application...

I have implemented according to the flutter SDK documentation, but nevertheless the object `deferredDeeplinkCallback` always returns null when the app is opened with a deep link created from the adjust...

I am getting while tracking events in Adjust. Here is my bare minimum setup : AdjustConfig adjustConfig = AdjustConfig(appToken, AdjustEnvironment.sandbox); adjustConfig.logLevel = AdjustLogLevel.verbose; Adjust.setEnabled(true); and here it is how I...

Hi, i am using this sdk for get the campaign from my ads but always gets empty. I read the doc and my configuration seems ok. Any help?

Hello, I have little confusion with iOS deeplink configuration. I've set up iOS app, verification has been passed. I've set up universal linking (got raw universal link) and add some...

When I put in Adjust's SDK, it fails to generate the App Bundle. I have not changed gradle version etc (4.10.0) and when I add `adjust_sdk: ^4.29.2` to pubspec.yaml, the...

`adjust_sdk` does not seem to support Flutter web at this moment. It would be very benificial if support for that would be added, especially because https://github.com/adjust/web_sdk already exists 👌🏽 Adding...