diff --git a/tasks.py b/tasks.py index 7049aa4e..e06d1410 100644 --- a/tasks.py +++ b/tasks.py @@ -18,7 +18,7 @@ def clean(c): @task def update(c): """Update flutter dependencies.""" - c.run("flutter pub get") + c.run("fvm flutter pub get") @task def translate(c):