-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
39 lines (28 loc) · 936 Bytes
/
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
name: flutter_local_db
description: "A scalable and easy-to-use NoSQL database designed for modern applications that require high performance and flexibility in data handling"
version: 0.2.1
homepage: https://github.com/JhonaCodes/flutter_local_db
repository: https://github.com/JhonaCodes/flutter_local_db.git
environment:
sdk: ^3.5.4
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
# Official package for create folders and initial structure of database
path: ^1.9.0
# Official package for routes on multiplatform
path_provider: ^2.1.5
# Official web support, used for web dabase support
web: ^1.1.0
# Lib for secure data saving
encrypt: ^5.0.3
# Robust package for singleton and streams management, good reactive state an debug.
reactive_notifier: ^2.4.1
intl: ^0.20.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter:
uses-material-design: true