We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205387b commit d44294eCopy full SHA for d44294e
flutter_cache_manager/example/pubspec.yaml
@@ -10,7 +10,7 @@ environment:
10
dependencies:
11
baseflow_plugin_template:
12
git:
13
- url: git://github.com/Baseflow/baseflow_plugin_template.git
+ url: https://github.com/Baseflow/baseflow_plugin_template.git
14
ref: v1.0.0
15
cupertino_icons: ^1.0.2
16
flutter:
flutter_cache_manager/lib/flutter_cache_manager.dart
@@ -5,5 +5,6 @@ export 'src/config/config.dart';
5
export 'src/logger.dart';
6
export 'src/result/result.dart';
7
export 'src/storage/cache_info_repositories/cache_info_repositories.dart';
8
+export 'src/storage/cache_object.dart';
9
export 'src/web/file_service.dart';
export 'src/web/web_helper.dart' show HttpExceptionWithStatus;
0 commit comments