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

Flutter-specific automatic error capture on top of package:forge_ops_tracker -- FlutterError.onError and PlatformDispatcher.instance.onError. A separate package, not folded into forge_ops_tracker itse [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_forge_ops_tracker

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

dependencies:
  flutter_forge_ops_tracker: ^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_forge_ops_tracker/flutter_forge_ops_tracker.dart';
0
likes
140
points
68
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter-specific automatic error capture on top of package:forge_ops_tracker -- FlutterError.onError and PlatformDispatcher.instance.onError. A separate package, not folded into forge_ops_tracker itself, specifically so a plain Dart (non-Flutter) consumer of that package never has to pull in the Flutter SDK. See ../README.md's "Dependencies" section.

Homepage

Topics

#error-reporting #logging #monitoring #observability

License

MIT (license)

Dependencies

flutter, forge_ops_tracker

More

Packages that depend on flutter_forge_ops_tracker