menu
universal_flutter_utils package
documentation
utils/file_picker/file_helper.dart
FileHelper
getFileName static method
getFileName static method
dark_mode
light_mode
getFileName
static method
String
getFileName
(
String
filePath
)
Implementation
static String getFileName(String filePath) { return filePath.replaceAll('%2', '').split('/').last; }
universal_flutter_utils package
documentation
utils/file_picker/file_helper
FileHelper
getFileName static method
FileHelper class