replayfy_flutter 0.0.7
replayfy_flutter: ^0.0.7 copied to clipboard
Session replay, product analytics and error monitoring for your Flutter apps on iOS and Android.
Changelog #
0.0.7 #
- Wire the mobile engine stubs + screen exclusion through the plugin:
excludeScreen/unexcludeScreen/setExcludedScreensandenableAdvancedGestureRecognizer, plus the short-break window (breakWindowMs) onallowShortBreakForAnotherApp. Bundles native Android SDK 0.0.4.
0.0.6 #
- Android: the bundled native SDK now resolves from Maven Central
(
app.replayfy:android-sdk:0.0.3) as the primary source, with JitPack kept as a fallback. Fixes GradleNo route to hostfailures on networks that can't reach jitpack.io, and removes the need to add the JitPack repository to your app'sandroid/settings.gradle.
0.0.5 #
- Breaking: renamed
ReplayConfig.projectKey->apiKeyandingestUrl->apiHostto match the other Replayfy SDKs. Update yourReplayConfig(apiKey:, apiHost:).
0.0.4 #
- Relicensed under BSD-3-Clause (was MIT).
0.0.2 #
- Fix native SDK resolution for published builds. The iOS plugin now depends on
the
ReplayfyCocoaPods pod, and the Android plugin oncom.github.replayfy:android-sdkvia JitPack — previously both were wired to a local development name/path (Replaypod /com.replayfy:android-sdkfrommavenLocal) that could not resolve for consumers.
0.0.1 #
- Initial release of Replayfy for Flutter.
- Session replay for iOS and Android with automatic capture of screens, taps, network requests, console output, performance vitals, and device info.
- Product analytics:
identify,track, screen tagging, and user/session properties. - Error and crash monitoring, including manual
captureException. - Privacy masking:
ReplayMaskwidget (blur / overlay / pixelate), bulk and whole-screen occlusion, mask-all-inputs, and a persistent GDPR opt-out.