fullstory_flutter 0.1.0
fullstory_flutter: ^0.1.0 copied to clipboard
Fullstory for Flutter mobile apps. Fullstory provides insightful analytics and near-magical session replay for web and mobile apps.
0.1.0 #
- Breaking: removed
getPlatformVersion()API - Added
FS.fsVersion()API to return the version of the underlying native Fullstory framework - Increased minimum Fullstory version to 1.54 to support
fsVersion()API
0.0.3 #
- Breaking: changed
FS.event()to use positional parameters rather than named parameters to better match other Fullstory APIs
0.0.2 #
- Documented public APIs, move non-public parts to lib/src/
- No functional changes
0.0.1 #
- Initial release: most non-visual APIs are supported (logging, identify & anonymize, events, shutdown & restart, etc.)
- No visual replay in the current release