menu
flo_cli package
documentation
templates/template_bundle.dart
TemplateBundle
getTemplate static method
getTemplate static method
dark_mode
light_mode
getTemplate
static method
String
?
getTemplate
(
String
path
)
Implementation
static String? getTemplate(String path) { return templates[path]; }
flo_cli package
documentation
templates/template_bundle
TemplateBundle
getTemplate static method
TemplateBundle class