app_health_pings 0.0.1
app_health_pings: ^0.0.1 copied to clipboard
Low-overhead heartbeats and basic device info to your backend. Helps catch broken builds and environment drift early.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add app_health_pingsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
app_health_pings: ^0.0.1Alternatively, 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:app_health_pings/app_health_pings.dart';