debug_kit_riverpod 0.2.3 copy "debug_kit_riverpod: ^0.2.3" to clipboard
debug_kit_riverpod: ^0.2.3 copied to clipboard

Riverpod provider observer adapter for DebugKit. Automatically logs provider failures and optionally state updates with sanitization.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add debug_kit_riverpod

With Flutter:

 $ flutter pub add debug_kit_riverpod

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

dependencies:
  debug_kit_riverpod: ^0.2.3

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

Import it

Now in your Dart code, you can use:

import 'package:debug_kit_riverpod/debug_kit_riverpod.dart';
0
likes
0
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

Riverpod provider observer adapter for DebugKit. Automatically logs provider failures and optionally state updates with sanitization.

Repository (GitHub)
View/report issues

Topics

#logging #riverpod #state-management #devtools #debug-kit

License

unknown (license)

Dependencies

debug_kit, flutter, flutter_riverpod

More

Packages that depend on debug_kit_riverpod