@override Stream<List<int>> download(String name, String version) { return File(getPackagePath(name: name, version: version)).openRead(); }