-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpubspec.yaml
More file actions
119 lines (97 loc) · 3.07 KB
/
Copy pathpubspec.yaml
File metadata and controls
119 lines (97 loc) · 3.07 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
name: xfg_wallet
description: "XF₲ Wallet - Decentralized Privacy Banking Wallet"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.4.3 <4.0.0'
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
# UI and Navigation
cupertino_icons: ^1.0.6
material_design_icons_flutter: ^7.0.7296
# State Management
provider: ^6.1.2
shared_preferences: ^2.2.2
# HTTP and JSON
http: ^1.2.0
dio: ^5.4.0
json_annotation: ^4.8.1
# Crypto and Security
crypto: ^3.0.3
cryptography: ^2.5.0
flutter_secure_storage: ^9.0.0
local_auth: ^2.1.7
bip39: ^1.0.6
ed25519_hd_key: ^2.2.0
# QR Code
qr_flutter: ^4.1.0
mobile_scanner: ^4.0.1
# File Picker
file_picker: ^8.0.0+1
# Path utilities
path: ^1.8.3
# FFI for native bindings
ffi: ^2.1.0
# UI Components
animated_text_kit: ^4.2.2
shimmer: ^3.0.0
fl_chart: ^0.66.2
auto_size_text: ^3.0.0
# System Integration
path_provider: ^2.1.2
url_launcher: ^6.2.4
device_info_plus: ^10.1.0
connectivity_plus: ^5.0.2
# Notifications
flutter_local_notifications: ^17.0.0
logging: ^1.2.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
build_runner: ^2.4.8
json_serializable: ^6.7.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# Assets
assets:
- assets/images/
- assets/icons/
- assets/logo/
- assets/bin/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages