app_health_pings 0.0.1 copy "app_health_pings: ^0.0.1" to clipboard
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_pings

This 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.1

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:app_health_pings/app_health_pings.dart';
0
likes
125
points
29
downloads

Documentation

Documentation
API reference

Publisher

verified publishermuz.satech.dev

Weekly Downloads

Low-overhead heartbeats and basic device info to your backend. Helps catch broken builds and environment drift early.

Repository (GitHub)
View/report issues

Topics

#monitoring #health-check #analytics #telemetry #heartbeat

License

MIT (license)

Dependencies

connectivity_plus, device_info_plus, flutter, http, package_info_plus, uuid

More

Packages that depend on app_health_pings