-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
46 lines (40 loc) · 1.1 KB
/
pubspec.yaml
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
39
40
41
42
43
44
45
46
name: local_storage_cache
description: A comprehensive Flutter package for managing local storage and caching with advanced features like encryption, TTL (Time-To-Live), and backup/restore capabilities.
version: 1.0.0
homepage: https://github.com/protheeuz/local-storage-cache.git
environment:
sdk: '>=3.4.3 <4.0.0'
flutter: ">=1.17.0"
dependencies:
encrypt: ^5.0.3
flutter:
sdk: flutter
path: ^1.9.0
path_provider: ^2.1.3
shared_preferences: ^2.2.3
sqflite: ^2.3.3+1
sqflite_common_ffi: ^2.3.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
flutter:
uses-material-design: true
# assets:
# - assets/
plugin:
platforms:
android:
pluginClass: LocalStorageCachePlugin
ios:
pluginClass: LocalStorageCachePlugin
web:
pluginClass: LocalStorageCachePlugin
macos:
pluginClass: LocalStorageCachePlugin
windows:
pluginClass: LocalStorageCachePlugin
linux:
pluginClass: LocalStorageCachePlugin