menu
flutterstart package
documentation
components/flutterstart_apply/src/file_system.dart
ApplyFileSystem
directoryExists method
directoryExists method
dark_mode
light_mode
directoryExists
method
bool
directoryExists
(
String
path
)
Implementation
bool directoryExists(String path) => Directory(path).existsSync();
flutterstart package
documentation
components/flutterstart_apply/src/file_system
ApplyFileSystem
directoryExists method
ApplyFileSystem class