Skip to content

Commit 2b200a8

Browse files
committed
use custom dependency
1 parent b6b3db0 commit 2b200a8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

flutter_cache_manager_firebase/pubspec.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,23 @@ name: flutter_cache_manager_firebase
22
description: CacheManager implementation for firebase_storage. Uses the gs:// as key and translates to https://
33
version: 2.0.1
44
homepage: https://github.com/Baseflow/flutter_cache_manager
5+
publish_to: none
56

67
environment:
78
sdk: ">=2.12.0 <3.0.0"
89

910
dependencies:
1011
flutter:
1112
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+
1319
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
1622

1723
dev_dependencies:
1824
flutter_test:

0 commit comments

Comments
 (0)