Skip to content

Commit

Permalink
feat: Add retry mechanism (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
percula authored and martijn00 committed Jul 31, 2024
1 parent edb0792 commit 94c45d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class FirebaseCacheManager extends CacheManager {

final RetryOptions? retryOptions;

final RetryOptions? retryOptions;

factory FirebaseCacheManager() {
return _instance;
}
Expand Down
1 change: 1 addition & 0 deletions flutter_cache_manager_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
firebase_storage: '>=12.0.0 <13.0.0'
path_provider: ^2.1.2
path: ^1.9.0
retry: ^3.1.2

dev_dependencies:
flutter_lints: ^4.0.0
Expand Down

0 comments on commit 94c45d8

Please sign in to comment.