-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
47 lines (40 loc) · 1.04 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
name: wallet
description: "Wallet is a Flutter project designed to store card information
locally on the device, ensuring that the data is secure and cannot be stolen,
as the application does not have internet access. The app is optimized for
efficiency, allowing users to quickly copy card details for transactions."
publish_to: 'none'
version: 1.0.6+8
environment:
sdk: ^3.6.0
flutter: ^3.27.0
dependencies:
flutter:
sdk: flutter
flutter_slidable: ^3.1.2
local_auth: ^2.3.0
lottie: ^3.3.0
path: ^1.9.0
path_provider: ^2.1.5
provider: ^6.1.2
sqflite: ^2.4.1
sqflite_common_ffi: ^2.3.4+4
url_launcher: ^6.3.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
uses-material-design: true
assets:
- assets/
fonts:
- family: Bebas
fonts:
- asset: assets/fonts/BebasNeue-Regular.ttf
- family: ZenDots
fonts:
- asset: assets/fonts/ZenDots-Regular.ttf
- family: ZSpace
fonts:
- asset: assets/fonts/SpaceGrotesk-VariableFont_wght.ttf