commons/functions/load_project_configuration library
Classes
- LoadProjectConfigurationGazelleNotFoundError
- Reporesents an error that is thrown when project configuration does not contain the gazelle prop.
- LoadProjectConfigurationPubspecNotFoundError
- Reporesents an error that is thrown when project configuration cannot be found.
Functions
-
loadProjectConfiguration(
{String? path}) → Future< ProjectConfiguration> -
Loads configuration file from project
pubspec.yaml
file.