String? getScript(String id) { final data = getAsset('$kPackScriptsPath/$id'); if (data == null) return null; return utf8.decode(data); }