Using with FVM
For users who use https://fvm.app/ to manage flutter versions
FVM uses its own version which welltested activated in global CLI won't know. For a simple solution:
Add welltested to dev dependencies.
dev_dependencies:
welltested:
Instead of using welltested commands directly, prefix them with
dart run
. For example:dart run welltested generate unit
Last modified 3mo ago