Updates to README and info logs

This commit is contained in:
Michal Dorner 2021-02-01 11:14:07 +01:00
parent efb99aed01
commit 9c4a2c56d7
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
7 changed files with 12 additions and 78 deletions

View file

@ -149,7 +149,8 @@ Or with (undocumented) CLI argument:
According to documentation `dart_test.yaml` should be at the root of the package, next to the package's pubspec.
It works in dart projects but the file is ignored by flutter. With flutter it works when `dart_test.yaml` is placed inside your `test` folder.
On current `stable` and `beta` channels it doesn't work and you have to put `dart_test.yaml` inside your `test` folder.
On `dev` channel it's already fixed.
For more information see:
- [test package](https://pub.dev/packages/test)