This function is used for get file name with extension from text ***************
String? getFileNameFromText(String text) { return text.split('/').last; }