fullstory_flutter
fullstory_flutter provides Fullstory autocapture capabilities to support
session replay by integrating with the existing Fullstory Native Mobile SDKs.
This plug-in is intended to be used in conjunction with Fullstory for Mobile Apps.
Quick Links
- Email us
fullstory_flutterdocumentation
Setting up Flutter session replay
Follow the steps from this article to configure session replay.
Unmasking text and images
Mobile sessions on Fullstory are Private by Default, so all text and images will be masked in initial sessions. To unmask parts of your app with, follow these steps.
Optional additional setup
If you wish to enable additional data capture, such as pages, crashes, and network requests, please follow the steps in our developer documentation.
Custom classes and attributes
Use FSCustomAttributes to add custom classes or attributes to your widgets.
Wrap the widget you want to annotate with FSCustomAttributes and add any
classes or attributes you wish to include.
Example usage
FSCustomAttributes {
classes: ['class1', 'class2'],
attributes: {'field1': 'value1'},
child: YourAnnotatedWidget(),
}
Libraries
- binding
- binding_stub
- This library provides stub APIs to be used on web.
- custom_attributes
- fs
- fs_log_level
- fs_status_listener
- fullstory_flutter
- network/dio
- network/http
- privacy_widgets
- rasterizer