File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
flutter_cache_manager_firebase Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,23 @@ name: flutter_cache_manager_firebase
2
2
description : CacheManager implementation for firebase_storage. Uses the gs:// as key and translates to https://
3
3
version : 2.0.1
4
4
homepage : https://github.com/Baseflow/flutter_cache_manager
5
+ publish_to : none
5
6
6
7
environment :
7
8
sdk : " >=2.12.0 <3.0.0"
8
9
9
10
dependencies :
10
11
flutter :
11
12
sdk : flutter
12
- flutter_cache_manager : ^3.0.0
13
+ flutter_cache_manager :
14
+ git :
15
+ url : https://github.com/usefulteam/flutter_cache_manager/
16
+ ref : develop
17
+ path : flutter_cache_manager
18
+
13
19
firebase_storage : " >=8.0.0 <11.0.0"
14
- path_provider : ^2.0.0
15
- path : ^1.8.0
20
+ path_provider : ^2.0.15
21
+ path : ^1.8.3
16
22
17
23
dev_dependencies :
18
24
flutter_test :
You can’t perform that action at this time.
0 commit comments