menu
release_tools package
documentation
project.dart
Project
getFile method
getFile method
dark_mode
light_mode
getFile
method
File
getFile
(
String
fileName
)
Implementation
File getFile(String fileName) { return fs.directory(workingDir).childFile(fileName); }
release_tools package
documentation
project
Project
getFile method
Project class