tasks topic

Tasks

This page lists all currently implemented tasks.

Classes

AnalyzeTask tasks
A task the runs dart analyze to check for problems.
FlutterCompatTask tasks
A task that checks if the package can be added to a flutter project.
FormatTask tasks
A task the runs dart format on the given file.
LibExportTask tasks
A task that uses a LibExportLinter to check for missing exports of src files.
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.
TestImportTask tasks
A task that uses a TestImportLinter to check for invalid imports in test files.