fullstory_flutter 0.0.3 copy "fullstory_flutter: ^0.0.3" to clipboard
fullstory_flutter: ^0.0.3 copied to clipboard

Fullstory for Flutter mobile apps. Fullstory provides insightful analytics and near-magical session replay for web and mobile apps.

Fullstory Flutter Package #

.github/workflows/ci.yml

Fullstory's Flutter package exposes access to the Fullstory Native Mobile SDK from within a Flutter app. This plug-in is intended to be used in conjunction with Fullstory for Mobile Apps.

⚠️ This is a preview release, some breaking changes are likely before the 1.0.0 release.

What's supported #

Most non-visual Fullstory APIs are supported:

  • FS.event(String name, [Map<String, Object?> properties = const {}])
  • FS.log({FSLogLevel level = FSLogLevel.info, required String message})
  • FS.identify(String uid, [Map<String, Object?>? userVars])
  • FS.setUserVars(Map<String, Object?> userVars)
  • FS.anonymize()
  • FS.shutdown()
  • FS.restart()
  • FS.setStatusListener(FSStatusListener? listener)
  • FS.getCurrentSession()Future<String?>
  • FS.getCurrentSessionURL([bool now = false])Future<String?>
  • FS.resetIdleTimer()

Visual session replay is not currently supported, but is planned for a future release.

Getting Started #

After installing this flutter library you will need to configure the native Fullstory Android and iOS frameworks.

For Android, you will need to start at the beginning of our Getting Started with Android Data Capture guide.

For iOS, the CocoaPods Pod is automatically installed as a dependency, so you can skip to step 2 of our Getting Started with iOS Data Capture guide: Add the Plugin Properties

5
likes
0
points
1.2k
downloads

Publisher

verified publisherfullstory.com

Weekly Downloads

Fullstory for Flutter mobile apps. Fullstory provides insightful analytics and near-magical session replay for web and mobile apps.

Homepage

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on fullstory_flutter

Packages that implement fullstory_flutter