converts /some/path/file.json to file
static String getFileNameNoExtension(String path) { return getFileName(path).split('.').first; }