riverpod_viz 0.1.0 copy "riverpod_viz: ^0.1.0" to clipboard
riverpod_viz: ^0.1.0 copied to clipboard

A DevTools extension that visualizes Riverpod provider lifecycles as a Gantt-chart-style timeline.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add riverpod_viz

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

dependencies:
  riverpod_viz: ^0.1.0

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:riverpod_viz/riverpod_viz.dart';
1
likes
160
points
96
downloads

Documentation

API reference

Publisher

verified publisheridonuntius.com

Weekly Downloads

A DevTools extension that visualizes Riverpod provider lifecycles as a Gantt-chart-style timeline.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_riverpod

More

Packages that depend on riverpod_viz