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.
Instead of using welltested commands directly, prefix them with dart run
. For example:
Last updated