-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpubspec.yaml
More file actions
94 lines (75 loc) · 1.71 KB
/
pubspec.yaml
File metadata and controls
94 lines (75 loc) · 1.71 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
name: segment
description: "An app for freedom of internet"
publish_to: 'none'
version: 1.0.0
environment:
sdk: ^3.5.0
dependencies:
flutter:
sdk: flutter
# Localization and Language
flutter_localizations:
sdk: flutter
intl: 0.20.2
# State Management & Dependency Injection
flutter_riverpod: 2.6.1
# Routing
go_router: 17.1.0
# UI utils
cupertino_icons: 1.0.8
flutter_svg: 2.2.3
flutter_screenutil: 5.9.3
# Utils
equatable: 2.0.8
path_provider: 2.1.5
package_info_plus: 9.0.0
url_launcher: 6.3.2
# Local Storage
shared_preferences: 2.5.4
# Native Libs
proxy_core:
git:
url: https://github.com/mahsanet/proxy_core_private.git
ref: 7.0.3
proxy_url_parser:
git:
url: https://github.com/mahsanet/proxy_url_parser_private.git
ref: 1.2.0
bitsdojo_window: 0.1.6
flutter_launcher_icons: 0.14.4
flutter_native_splash: 2.4.7
socks5_proxy:
git:
url: https://github.com/lacticwhale/socks_dart.git
ref: lookup
dev_dependencies:
# Tests and Testers
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
# Linters and Code Stylists
flutter_lints: 6.0.0
# Runners and Generators
build_runner: 2.11.0
flutter_gen: 5.12.0
flutter_gen_runner: 5.12.0
go_router_builder: 4.2.0
ffigen: 20.1.1
flutter:
generate: true
uses-material-design: true
assets:
- assets/images/
- assets/icons/
fonts:
- family: Lato
fonts:
- asset: assets/fonts/Lato-Black.ttf
weight: 900
- asset: assets/fonts/Lato-Bold.ttf
weight: 700
- asset: assets/fonts/Lato-Light.ttf
weight: 300
- asset: assets/fonts/Lato-Regular.ttf
weight: 400