flutter_forge_ops_tracker 0.2.0
flutter_forge_ops_tracker: ^0.2.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 itself [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_forge_ops_trackerThis 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.2.0Alternatively, 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';