project/project library

Classes

AnalyzeCommand
Analyzes code quality across all packages in the project.
ArbFileInfo
Information about an ARB file and its terms.
CleanCommand
Cleans generated files and build artifacts from the project.
CoverageCommand
Command to generate comprehensive test coverage reports for Flutter projects.
CoverageConfiguration
Configuration class for coverage command parameters.
CoverageSettings
Data class for coverage settings from morpheme.yaml.
CreateCommand
Creates a new Flutter application using the Morpheme Flutter Starter Kit.
CucumberCommand
Runs integration tests using Cucumber/Gherkin feature files.
DownloadCommand
Command to download external resources as specified in the morpheme.yaml configuration.
ExclusionConfiguration
Configuration class for exclusion patterns during refactoring.
FixCommand
Applies automated fixes to Dart source code across project modules.
FormatCommand
Formats Dart source code across project modules.
GetCommand
Retrieves dependencies for all project packages.
IcLauncherCommand
Command to copy application launcher icons to platform-specific directories.
IsolateProcessingConfig
Configuration for isolate-based file processing.
ProcessingResult
Result of processing a chunk of files in an isolate.
RefactorCommand
Command for comprehensive project refactoring and renaming operations.
RunCommand
Command to run Flutter applications with flavor support.
TestCommand
Command to execute Flutter unit tests across the project and all modules.
TestConfiguration
Configuration class for test execution parameters.
TestPaths
Data class for test directory paths.
UnusedL10nCommand
Analyzes unused localization keys across all packages in the project.
UpgradeDependencyCommand
Upgrades package dependencies to their latest versions.

Constants

lineNumber → const String

Functions

isolateEntryPoint(IsolateProcessingConfig config) → void
Entry point for the isolate that processes files.
readFileStreaming(File file) Future<String>
Reads large files using streaming to reduce memory usage.

Exceptions / Errors

TestDependencyError
Exception thrown when test dependencies are missing or invalid.