Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nathanaelsantos/flutter-unit-tests


https://github.com/nathanaelsantos/flutter-unit-tests

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# flutter_unitary_tests

# Test
### test provides a standard way of writing and running tests in Dart.
### Tests are specified using the top-level test() function, and test assertions are made using expect()

### Use this package as a library. Depend on it. Run this command:

With Dart:

`$ dart pub add test --dev`

With Flutter:

`$ flutter pub add test --dev`

## Test Reporter