diagnostic 1.1.0 copy "diagnostic: ^1.1.0" to clipboard
diagnostic: ^1.1.0 copied to clipboard

Diagnostic packages interfaces for generate different managers or tool for control. Usually create for firebase, sentry, CloudWatch...

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add diagnostic

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

dependencies:
  diagnostic: ^1.1.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:diagnostic/analytics.dart';
import 'package:diagnostic/diagnostic/diagnostic.dart';
import 'package:diagnostic/diagnostic/diagnostic_options.dart';
import 'package:diagnostic/diagnostic/diagnostic_params.dart';
import 'package:diagnostic/diagnostic_manager/diagnostic_manager.dart';
import 'package:diagnostic/diagnostic_manager/diagnostic_options_manager.dart';
3
likes
0
points
327
downloads

Publisher

verified publisheryaminokishi.com

Weekly Downloads

Diagnostic packages interfaces for generate different managers or tool for control. Usually create for firebase, sentry, CloudWatch...

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

meta

More

Packages that depend on diagnostic