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

Real-time resource monitoring for Flutter apps — FPS, jank, memory, HTTP traffic, and custom events with an embedded dashboard and actionable recommendations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add collector_flutter

With Flutter:

 $ flutter pub add collector_flutter

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

dependencies:
  collector_flutter: ^0.1.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:collector_flutter/collector_flutter.dart';
2
likes
0
points
176
downloads

Publisher

unverified uploader

Weekly Downloads

Real-time resource monitoring for Flutter apps — FPS, jank, memory, HTTP traffic, and custom events with an embedded dashboard and actionable recommendations.

Repository (GitHub)
View/report issues

Topics

#flutter #performance #monitoring #profiling #telemetry

License

unknown (license)

Dependencies

fl_chart, flutter, google_fonts, http, vm_service

More

Packages that depend on collector_flutter