menu
thunder_cli package
documentation
core/consts/folder_paths.dart
FolderPaths
repoFile method
repoFile method
dark_mode
light_mode
repoFile
method
String
repoFile
(
String
name
)
Implementation
String repoFile(String name) => '$repoFolder/${name.toLowerCase()}_repo.dart';
thunder_cli package
documentation
core/consts/folder_paths
FolderPaths
repoFile method
FolderPaths class