radarscope 0.1.3
radarscope: ^0.1.3 copied to clipboard
All-in-one umbrella for the Radar observability suite — one import and one init for Flutter memory, performance, and stability, with an overlay badge and a unified inspector.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add radarscopeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
radarscope: ^0.1.3Alternatively, 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:radarscope/radarscope.dart';