very_good_performance 0.0.4 very_good_performance: ^0.0.4 copied to clipboard
Utility on top of the Flutter Driver API that facilitates measuring the performance of your app in an automated way
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add very_good_performance
With Flutter:
$ flutter pub add very_good_performance
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
very_good_performance: ^0.0.4
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:very_good_performance/very_good_performance.dart';