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

Diagnostic packages interfaces for generate differents 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

With Flutter:

 $ flutter 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.0.0

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

Import it

Now in your Dart code, you can use:

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';
0
likes
130
pub points
0%
popularity

Publisher

verified publisheryaminokishi.com

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

meta

More

Packages that depend on diagnostic