-
Notifications
You must be signed in to change notification settings - Fork 5
/
pubspec.yaml
102 lines (98 loc) · 2.67 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
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
name: shipanther
description: Manage your shipment business like a panther
publish_to: "none"
version: 0.0.14+14
environment:
sdk: ">=2.17.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.4
flutter_awesome_select: ^6.3.0
flutter_bloc: ^8.0.1
bloc: ^8.0.3
meta: ^1.7.0
dio: ^4.0.6
firebase_analytics: ^9.1.9
firebase_auth: ^3.3.19
firebase_core: ^1.17.1
firebase_crashlytics: ^2.8.1
firebase_messaging: ^11.4.1
firebase_storage: ^10.2.17
intl: ^0.17.0
trober_sdk: 0.0.50
package_info_plus: ^1.4.2
material_design_icons_flutter: ^5.0.6595
percent_indicator: ^4.2.2
flex_color_scheme: ^5.0.1
image_picker: ^0.8.5+3
url_launcher: ^6.1.2
openapi_dart_common: ^4.1.1
uuid: ^3.0.6
built_value: ^8.3.2
auto_route: ^4.0.1
reactive_forms: ^13.0.0
reactive_date_time_picker: ^0.4.0
reactive_flutter_typeahead: ^0.4.0
dev_dependencies:
flutter_test:
sdk: flutter
test: ^1.21.1
mockito: ^5.2.0
flutter_launcher_icons: ^0.9.2
intl_utils: ^2.6.1
flutter_lints: ^2.0.1
build_runner: ^2.1.11
auto_route_generator: ^4.0.0
flutter:
uses-material-design: true
assets:
- assets/images/shipanther_logo.png
fonts:
- family: Roboto
fonts:
- asset: assets/fonts/Roboto/Roboto-Thin.ttf
weight: 100
- asset: assets/fonts/Roboto/Roboto-Light.ttf
weight: 300
- asset: assets/fonts/Roboto/Roboto-Regular.ttf
weight: 400
- asset: assets/fonts/Roboto/Roboto-Medium.ttf
weight: 500
- asset: assets/fonts/Roboto/Roboto-Bold.ttf
weight: 700
- asset: assets/fonts/Roboto/Roboto-Black.ttf
weight: 900
- asset: assets/fonts/Roboto/Roboto-ThinItalic.ttf
weight: 100
style: italic
- asset: assets/fonts/Roboto/Roboto-LightItalic.ttf
weight: 300
style: italic
- asset: assets/fonts/Roboto/Roboto-Italic.ttf
weight: 400
style: italic
- asset: assets/fonts/Roboto/Roboto-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/Roboto/Roboto-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/Roboto/Roboto-BlackItalic.ttf
weight: 900
style: italic
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/shipanther_logo.png"
adaptive_icon_background: "#0896c9"
adaptive_icon_foreground: assets/images/shipanther_logo.png
remove_alpha_ios: true
flutter_intl:
enabled: true
class_name: ShipantherLocalizations
main_locale: en
arb_dir: i18n
output_dir: lib/l10n/locales