The most recent content from our members.
Hi Experts, I would like to have experts’ advice how Experiment and Session Replay works in Flutter Platform. I couldn’t find any doc and SDK on this topic. Please give your advice. Cheers, Jooho
Hi all! Getting an error when I initialized the flutter web package. MissingPluginException(No implementation found for method setLibraryVersion on channel amplitude_flutter) I found this other thread with the same issue but I don’t see a response with a fix.
Hi Experts, We have a few websites for corporate information and apps for web and web/mobile app. e.g. www.abc.com : a corporate website using GTM SDK app.abc.com : application website using Flutter SDK we also have native mobile app for iOS and Android by Flutter SDK. It seems GTM SDK from www.abc.com continues to…
Hi, I have been trying to setup the Flutter client, and right now nothing is working as expected. I have followed the examples in the documentation, even copying code from your GitHub example flutter app, but it looks like nothing is working. I’m struggling to get the Amplitude events logged in your EU instance (I’ve tried…
What is the proper way to track users that navigate from a domain to a sub domain using Flutter web? My company has a Webflow landing page (www.example.com) and a Flutter web application page (app.example.com). We’ve added Amplitude to each of them and can successfully track users on the separate domains. The issue occurs…
Expected Behavior The amplitude_flutter plugin should resolve its dependencies correctly when running pod install as part of a Flutter project build process, especially when using publicly available versions of its dependencies like Amplitude. The build should complete successfully without version conflicts in the…
Hi, I am developing a flutter web application. I am tracking events using the flutter sdk version 3.14.0. The events are tracked and work. The issue is with event properties: they are not tracked. The JSON sent does not contain them. Here is how I track an event: Amplitude.getInstance("instance_name").logEvent(<br />…
I need to disable tracking the user PII such as the IP address, but the Flutter SDK does not seem to be exposing the trackingOptions object. Is there another way to disable tracking those properties? If it helps, we need to disable the tracking for the entire project, not per user. Thanks.
I get the following error in iOS build. it looks like the flutter package is using a deprecated method. /Users/builder/programs/flutter/.pub-cache/hosted/pub.dartlang.org/amplitude_flutter-3.10.0/ios/Classes/SwiftAmplitudeFlutterPlugin.swift:127:64: warning: 'logRevenue(_:quantity:price:)' is deprecated: Use `logRevenueV2`…
It looks like you're new here. Sign in or register to get started.