tasks topic

Tasks

This page lists all currently implemented tasks.

Classes

AnalyzeTask tasks
A task the runs dart analyze to check for problems.
FixImportsTask tasks
A task that scans dart files for unclean imports and fixes them.
FormatTask tasks
A task the runs dart format on the given file.
NullsafeTask tasks
A task that checks if any of your dependencies can be made nullsafe.
OutdatedTask tasks
A task that checks if any of your installed dependencies have to be updated.
PullUpDependenciesTask tasks
This task scans the lockfile to check if dependencies should be pulled up.