flutter_dev_toolkit 1.4.0
flutter_dev_toolkit: ^1.4.0 copied to clipboard
A modular in-app developer console for Flutter: logs, network inspector with mocking, crash reports, performance, storage, feature flags, and a plugin system.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_dev_toolkitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_dev_toolkit: ^1.4.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_dev_toolkit/flutter_dev_toolkit.dart';