fastest 0.1.11 copy "fastest: ^0.1.11" to clipboard
fastest: ^0.1.11 copied to clipboard

Uma ferramenta Dart para execução rápida e eficiente de testes unitários, especialmente otimizada para projetos Flutter.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate fastest

Use it

The package has the following executables:

$ fastest

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fastest

With Flutter:

 $ flutter pub add fastest

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

dependencies:
  fastest: ^0.1.11

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:fastest/fastest.dart';
1
likes
130
points
175
downloads

Publisher

unverified uploader

Weekly Downloads

Uma ferramenta Dart para execução rápida e eficiente de testes unitários, especialmente otimizada para projetos Flutter.

Repository (GitHub)
View/report issues

Topics

#testing #flutter #performance #cli

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

args, path

More

Packages that depend on fastest