tagging each job with macos

This commit is contained in:
Lucas Oskorep
2022-07-09 16:13:16 -04:00
parent 83f9840ae9
commit a6e3038cb8
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ class _PokeFinderState extends State<PokeFinder> with WidgetsBindingObserver {
}
Future<List<String>> getModelFiles() async {
final manifestContent = await rootBundle.loadString('AssetManifest.jsn');
final manifestContent = await rootBundle.loadString('AssetManifest.json');
final Map<String, dynamic> manifestMap = json.decode(manifestContent);
return manifestMap.keys
.where((String key) => key.contains('.tflite'))