converts /some/path/file.json to file.json
static String getFileName(String path) { return path.replaceAll(Platform.pathSeparator, '/').split('/').last; }