flog_flow 0.4.8 copy "flog_flow: ^0.4.8" to clipboard
flog_flow: ^0.4.8 copied to clipboard

Observability for Flutter — structured logs plus session replay. Records the real user journey (screens, taps, network, logs, errors) and replays it in a web viewer.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flog_flow

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flog_flow: ^0.4.8

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flog_flow/flog_flow.dart';
9
likes
140
points
713
downloads

Documentation

Documentation
API reference

Publisher

verified publisheralecodeando.dev

Weekly Downloads

Observability for Flutter — structured logs plus session replay. Records the real user journey (screens, taps, network, logs, errors) and replays it in a web viewer.

Homepage

Topics

#logging #debugging #session-replay #monitoring #analytics

License

MIT (license)

Dependencies

archive, cryptography, dio, flutter, image, path, path_provider

More

Packages that depend on flog_flow