Welltested Docs
v2.x.x
v2.x.x
  • Documentation
    • Set up
    • Unit Tests
      • Annotation
      • Generate Tests
      • Save Tests
      • Good to Knows
        • Custom Testcases
        • Regenerate Bad Tests
        • The Batching Rule
    • FAQs
      • Paid Plans
      • Code Privacy
      • Support
      • Using with FVM
    • Testability Guidelines
Powered by GitBook
On this page

Was this helpful?

  1. Documentation
  2. FAQs

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
PreviousSupportNextTestability Guidelines

Last updated 1 year ago

Was this helpful?