-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpubspec.yaml
More file actions
118 lines (105 loc) · 2.67 KB
/
pubspec.yaml
File metadata and controls
118 lines (105 loc) · 2.67 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
name: defyx_vpn
description: "Defyx VPN - Secure, fast, and reliable VPN service providing global privacy protection with advanced encryption and multi-platform support"
publish_to: "none"
version: 5.2.8+257
environment:
sdk: ^3.8.0
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# Backend Packages
flutter_riverpod: ^2.5.1
go_router: ^14.3.1
shared_preferences: ^2.2.2
dio: ^5.7.0
dio_http_formatter: ^3.2.1
shimmer: ^3.0.0
shake: ^3.0.0
vibration: ^3.1.3
google_mobile_ads: ^6.0.0
app_tracking_transparency: ^2.0.5
url_launcher: ^6.3.1
flame: ^1.29.0
webview_flutter: ^4.13.0
async: ^2.12.0
flutter_secure_storage: ^9.2.4
freezed_annotation: ^2.4.4
retrofit: ^4.9.0
json_annotation: ^4.9.0
package_info_plus: ^8.3.0
version: ^3.0.2
flutter_timezone: ^4.1.1
connectivity_plus: ^7.0.0
# Frontend Packages
flutter_screenutil: ^5.9.3
flutter_svg: ^2.1.0
lottie: ^3.3.1
toastification: ^3.0.3
path_drawing: ^1.0.1
intl: ^0.20.2
cupertino_icons: ^1.0.8
flutter_dotenv: ^6.0.0
firebase_core: ^4.2.0
firebase_analytics: ^12.0.3
firebase_crashlytics: ^5.0.5
battery_plus: ^7.0.0
audioplayers: ^6.5.1
path_provider: ^2.1.1
msix: ^3.16.12
flutter_native_splash: ^2.4.7
file_picker: ^10.3.10
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
build_runner: ^2.4.13
retrofit_generator: ^9.1.2
json_serializable: ^6.8.0
freezed: ^2.5.7
riverpod_generator: ^2.4.3
flutter:
generate: true
uses-material-design: true
assets:
- assets/images/
- assets/icons/
- assets/fonts/
- assets/lottie/
- assets/flags/
- assets/sounds/
- .env
fonts:
- family: Lato
fonts:
- asset: assets/fonts/Lato-Regular.ttf
- asset: assets/fonts/Lato-Bold.ttf
weight: 700
- asset: assets/fonts/Lato-Light.ttf
weight: 300
- asset: assets/fonts/Lato-Thin.ttf
weight: 100
- asset: assets/fonts/Lato-Black.ttf
weight: 900
flutter_native_splash:
color: "#ffffff"
image: assets/images/splash-light-logo.png
color_dark: "#000000"
image_dark: assets/images/splash-dark-logo.png
android: true
ios: true
web: false
msix_config:
display_name: Defyx VPN
publisher_display_name: UnboundTech UG
identity_name: UnboundTechUG.6065AEC5A207
msix_version: 5.2.8.0
publisher: "CN=62937938-2AE2-4C12-9ED8-4C418C0CADF2"
logo_path: assets/images/logo.png
capabilities: runFullTrust,internetClientServer,privateNetworkClientServer,unvirtualizedResources
execution_alias: defyxvpn
architecture: x64
languages: en-us
install_certificate: false
enable_at_startup: false