amplitude_experiments_flutter_android 0.0.1+4
amplitude_experiments_flutter_android: ^0.0.1+4 copied to clipboard
Android implementation of the amplitude_experiments_flutter plugin. Uses the native Amplitude Experiment Android SDK.
0.0.1+4 #
- FIX(android,ios): prevent ANR by moving blocking operations to background threads (#3).
- FIX(android,ios): re-initializing with a different deployment key or analytics mode now fails with
ALREADY_INITIALIZEDinstead of silently keeping the old client.
0.0.1+3 #
- FIX(android): convert JSONObject payload to Map for Pigeon serialization.
0.0.1+2 #
- Update a dependency to the latest release.
0.0.1 #
- Initial release
- Native Android implementation using Amplitude Experiment SDK
- Pigeon-based type-safe communication