Future<Map<String, dynamic>> loadAsset(String path) async { String data = await rootBundle.loadString(path); return json.decode(data); }