-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
63 lines (49 loc) · 1.23 KB
/
pubspec.yaml
File metadata and controls
63 lines (49 loc) · 1.23 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
name: boycott
description: "A mobile app that promote ethical consumerism by providing alternatives to non-ethical products."
publish_to: 'none'
version: 0.2.0+1
environment:
sdk: ^3.10.0
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.8
country_flags: ^4.1.0
lucide_icons_flutter: ^3.1.6
flutter_easy_translate: ^1.0.4
skeletonizer: ^2.1.0+1
http: ^1.6.0
flutter_bloc: ^9.1.1
internet_connection_checker_plus: ^2.9.1
shared_preferences: ^2.5.4
firebase_core: ^4.3.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter_launcher_icons: "^0.14.4"
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/logo.png"
remove_alpha_ios: true
adaptive_icon_foreground: "assets/logo.png"
adaptive_icon_background: "#0f796f"
flutter:
uses-material-design: true
assets:
- assets/
- assets/i18n/
# 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