-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
48 lines (37 loc) · 1.15 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
47
48
name: cardoteka
description: The best type-safe wrapper over SharedPreferences.
Why so?
-> strongly typed cards for access to storage
-> use get|set
-> can work with nullable values
-> callback based updates
homepage: https://t.me/+AkGV73kZi_Q1YTMy
repository: https://github.com/PackRuble/cardoteka
issue_tracker: https://github.com/PackRuble/cardoteka/issues
version: 2.0.0
environment:
sdk: ^3.5.0
dependencies:
flutter:
sdk: flutter
# dart sdk limitation matches - ^3.5.0
shared_preferences: ^2.5.1
# version is clearly related to the minimum version of the dart sdk
meta: ^1.15.0
dev_dependencies:
flutter_test:
sdk: flutter
lint: ^2.3.0
# [[shared_preferences] Remove legacy testing section from README · Issue #153108 · flutter/flutter](https://github.com/flutter/flutter/issues/153108#issuecomment-2278510439)
shared_preferences_platform_interface: any
screenshots:
- description: 'Cardoteka is a better type-safe wrapper over SharedPreferences.'
path: res/cardoteka_banner.png
funding:
- https://t.me/+AkGV73kZi_Q1YTMy
topics:
- shared-preferences
- storage
- cardoteka
- database
- persistence