owlscope_riverpod 0.2.0
owlscope_riverpod: ^0.2.0 copied to clipboard
Riverpod adapter for OwlScope — forwards provider lifecycle and state changes to the OwlScope desktop app over WebSocket.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add owlscope_riverpodThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
owlscope_riverpod: ^0.2.0Alternatively, 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:owlscope_riverpod/owlscope_riverpod.dart';