fullstory_flutter 0.5.0 copy "fullstory_flutter: ^0.5.0" to clipboard
fullstory_flutter: ^0.5.0 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 possible 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.page(String pageName, {Map<String, Object?>? properties})FSPage
  • 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.currentSessionFuture<String?>
  • FS.currentSessionURL({bool now = false})Future<String?>
  • FS.fsVersionFuture<String?>
  • FS.resetIdleTimer()
  • FS.networkEvent({String url, String method, int? statusCode, int? durationMs, int? requestSize, int? responseSize})
  • FS.crashEvent({String name, Object? exception, StackTrace? stackTrace,})
  • FS.captureErrors({void Function(Object? exception, StackTrace? stack)? errorHandler})

Additionally, interceptors are available to autocapture network requests with popular libraries using FSInterceptor, and page navigation can be captured with FSNavigatorObserver.

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

Getting Started #

See Getting started with Fullstory for Flutter Mobile Apps

Also see our example app for working API usage examples.

4
likes
160
points
664
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

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

dio, fake_async, flutter, http_interceptor, plugin_platform_interface

More

Packages that depend on fullstory_flutter