flutter_app_doctor 0.1.0 copy "flutter_app_doctor: ^0.1.0" to clipboard
flutter_app_doctor: ^0.1.0 copied to clipboard

Runtime health checks for Flutter apps. Diagnoses connectivity, DNS, captive portals, API reachability, latency, storage, permissions, emulators, build mode, jank and clock skew into one structured, s [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_app_doctor

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

dependencies:
  flutter_app_doctor: ^0.1.0

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:flutter_app_doctor/flutter_app_doctor.dart';
1
likes
150
points
82
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Runtime health checks for Flutter apps. Diagnoses connectivity, DNS, captive portals, API reachability, latency, storage, permissions, emulators, build mode, jank and clock skew into one structured, shareable report.

Repository (GitHub)
View/report issues

Topics

#diagnostics #health-check #networking #debugging #support

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_app_doctor