analytics_flutter
analytics_flutter copied to clipboard
The hassle-free way to add Segment analytics to your Flutter app.
Hello, we ran into the issue that the serialized state is broken and can't be deserialized. When initializing the Client we are now catching the error, but would like to...
Lately we've been spammed with these errors in iOS devices from Segment plugin: ``` ErrorLoadingStorage state.dart in PersistedState.init. Error loading storage: FormatException: Unexpected character (at character 13) {"queue":[]}anonymousId":"ff3b23a3-d9b9-42cf-be59-5574cf37da38","messageId"... ``` Any...
Hi there, we've been trying to get IP addresses stamped on our Segment events, but so far we have not been successful. All events coming from this package do not...
In the `didPop` function inside the `ScreenObserver` is an issue. the code: ``` @override void didPop(Route route, Route? previousRoute) { final name = route.settings.name; if (name != null) { screenStreamController.add(name);...
Resolves issue https://github.com/segmentio/analytics_flutter/issues/78
Fix issue #71
"The Dart team recently overhauled the collection of features and APIs that allow developers access to JavaScript and browser bindings in their Dart code. This next generation of web interop...
Hi, We are facing an issue when trying to implement IDFA plugin : `[!] No podspec found for 'segment_analytics_plugin_idfa' in '.symlinks/plugins/segment_analytics_plugin_idfa/ios'` Maybe there is a mistake on the configuration of...
Since I am developing the LOT project, most of the time it interacts with hardware devices and cannot access the Internet. I want to monitor the availability of the network...