-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
38 lines (32 loc) · 812 Bytes
/
pubspec.yaml
File metadata and controls
38 lines (32 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: flutter_auto_cache
description: Automated cache management with encryption, substitution/invalidation policies and efficient size handling.
homepage: https://github.com/luizgasparetto/flutter_auto_cache
repository: https://github.com/luizgasparetto/flutter_auto_cache.git
documentation: https://autocache.luizgasparetto.dev
topics: ["cache", "cache-management", "cryptography"]
version: 0.0.4
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=1.17.0"
dependencies:
path_provider: ^2.1.2
shared_preferences: ^2.2.2
encrypt: ^5.0.2
crypto: ^3.0.3
meta: ^1.3.0
flutter:
sdk: flutter
dev_dependencies:
flutter_lints: ">=2.0.0 <5.0.0"
mocktail: 1.0.4
fake_async: 1.3.1
melos: 6.1.0
flutter_test:
sdk: flutter
platforms:
android:
ios:
linux:
macos:
web:
windows: