PackageTrack
Sign in Get early access

fullstory_flutter

Visual capture support for Fullstory session replay

1.73.1 5.5K downloads/mo #3717 most downloaded on pub.dev

What this package is like to depend on

Last release 11 days ago

12 Aug 2026

Release timing varies

gaps range from 2 weeks to 6 months

Most releases are documented

notes for 18 of 21 stable releases

Nothing withdrawn

no release was ever pulled

2 years old

21 releases · first in 2024

10 releases in the last 12 months

see the full history below

Release timeline

21 releases · Oct 2024 to Aug 2026
2025 2026
Release Pre-release

Releases

latest 21
  1. 1.73.1 12 Aug 2026
    Release notes

    See our combined release notes for Android, iOS, and Flutter update details.

    Open source →
  2. 1.73.0 30 Jul 2026
    Release notes

    See our combined release notes for Android, iOS, and Flutter update details.

    Open source →
  3. 0.72.1 30 Jun 2026

    Nothing published for this version

  4. 0.72.0 25 Jun 2026

    Nothing published for this version

  5. 0.71.1 11 Jun 2026
    Release notes

    See our combined release notes for Android, iOS, and Flutter update details.

    Open source →
  6. 0.71.0 28 May 2026
    Release notes

    See our combined release notes for Android, iOS, and Flutter update details.

    Open source →
  7. 0.70.1 15 May 2026
    Release notes
    • Addressed an issue with selectors when using package:visibility_detector.
    • Addressed an crash which occurred if a RenderBox had not been laid out.
    • Added support for translucency.
    • Added various performance improvements.
    Open source →
  8. 0.7.1 24 Mar 2026

    Nothing published for this version

  9. 0.7.0 24 Mar 2026
    Release notes
    • Added session replay capability. To use, replace your existing runApp() with runFullstoryApp(). See dartdoc for further information on setup.
    Open source →
  10. 0.6.0 17 Dec 2025
    Release notes
    • Fixed an issue with some event APIs in release builds
    • Added FS.consent(bool) to indicate from Flutter when user has consented to Fullstory capture.
    • Replaced FS.setStatusListener() with FS.addStatusListener() and FS.removeStatusListener(), allowing multiple listeners to be set. setStatusListener will be removed in a future release, it is marked deprecated now.
    Open source →
  11. 0.5.0 16 Jun 2025
    Release notes
    • Added support for page autocapture using FSNavigatorObserver for named routes
    • Added support for crash autocapture using FS.captureErrors({void Function(Object? exception, StackTrace? stack)? errorHandler}) or manual crash capture with FS.crashEvent({String name, Object? exception, StackTrace? stackTrace,})
    • Added support for network request autocapture with package:dio or package:http using FSInteceptor and manual network capture with FS.networkEvent({String url, String method, int? statusCode, int? durationMs, int? requestSize, int? responseSize})
    Open source →
  12. 0.4.0 18 Mar 2025
    Release notes
    • Added support for add-to-app Flutter modules. Use -PfsTarget= to set Fullstory version on Android if you encounter issues.
    • Added example_module directory with example add-to-app module setup.
    Open source →
  13. 0.3.0 27 Jan 2025
    Release notes

    ⚠️ BREAKING ⚠️

    • Changed FS.page(String pageName, {Map<String, Object?>? pageVars}) to FS.page(String pageName, {Map<String, Object?>? properties}) (pageVars -> properties)
    • Changed FS.getCurrentSessionURL({boolean now}) to FS.currentSessionURL({boolean now}) (removed 'get')

    New:

    • Added optional propertyUpdates parameter to FSPage#start()
    Open source →
  14. 0.2.0 22 Jan 2025
    Release notes

    ⚠️ BREAKING ⚠️

    • Changed FS.getCurrentSession() (method) to FS.currentSession (property, dropped "get")
    • Changed FS.fsVersion() (method) to FS.fsVersion (property)
    • Changed FS.getCurrentSessionURL([bool now = false]) (positional parameter) to FS.getCurrentSessionURL({bool now = false}) (named parameter)
    • Removed FSLogLevel.debug to align log levels with Fullstory playback

    New:

    • Added FS.page() API and associated FSPage object and APIs
    Open source →
  15. 0.1.3 05 Dec 2024
    Release notes
    • Update with links to developer docs.
    Open source →
  16. 0.1.2 04 Nov 2024
    Release notes
    • Second attempt at generating example.md, apparently flutter pub publish omits files that are .gitignore'd
    Open source →
  17. 0.1.1 04 Nov 2024
    Release notes
    • Added a new fullstory_flutter.dart file so that https://pub.dev/packages/fullstory_flutter/install will only suggest importing a single file. It just re-exports fs.dart, so importing either one is functionally equivalent.
    • Improved docs and examples, including a script to generate an example.md for https://pub.dev/packages/fullstory_flutter/example
    Open source →
  18. 0.1.0 31 Oct 2024
    Release notes
    • 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
    Open source →
  19. 0.0.3 30 Oct 2024
    Release notes
    • Breaking: changed FS.event() to use positional parameters rather than named parameters to better match other Fullstory APIs
    Open source →
  20. 0.0.2 29 Oct 2024
    Release notes
    • Documented public APIs, move non-public parts to lib/src/
    • No functional changes
    Open source →
  21. 0.0.1 29 Oct 2024
    Release notes
    • Initial release: most non-visual APIs are supported (logging, identify & anonymize, events, shutdown & restart, etc.)
    • No visual replay in the current release
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive