pulse_ops 1.1.0
pulse_ops: ^1.1.0 copied to clipboard
Flutter-native developer toolkit for in-app network inspection, cURL export, log sharing, shake-to-open, and crash diagnostics with breadcrumbs.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pulse_opsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pulse_ops: ^1.1.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:pulse_ops/pulse_ops.dart';