very_good_performance 0.0.4 copy "very_good_performance: ^0.0.4" to clipboard
very_good_performance: ^0.0.4 copied to clipboard

discontinued

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';
47
likes
150
points
46.9k
downloads

Publisher

verified publisherverygood.ventures

Weekly Downloads

Utility on top of the Flutter Driver API that facilitates measuring the performance of your app in an automated way

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ansicolor, barbecue, checked_yaml, flutter_driver, flutter_test, json_annotation, yaml

More

Packages that depend on very_good_performance