utils library

Functions

findPackageConfig([String? startDir]) String?
Finds the package_config.json file by recursively searching parent directories. This supports Dart workspaces where the package_config.json may be in a parent directory.
getAppName() Future<String>
getPubspecContents() Future<String>
getServerFile() Future<File>