-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
120 lines (109 loc) · 3.91 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
name: dinar_echange
description: "A new Flutter project."
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.4.8+45
# Documenting the current Flutter and Dart SDK versions used in development:
# Flutter (Channel stable, 3.22.1, on Microsoft Windows [Version 10.0.22631.3155], locale en-MY)
# Dart SDK version: 3.4.1 (stable) (Tue May 21 15:46:25 2024 +0000) on "windows_x64"
environment:
sdk: ">=3.3.3 <4.0.0"
flutter: 3.22.1
# 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
intl: ^0.19.0
shared_preferences: ^2.2.3
logger: ^2.2.0
firebase_auth: ^5.1.0
cached_network_image: ^3.3.1
animations: ^2.0.11
provider: ^6.1.2
firebase_core: ^3.1.0
flutter_native_splash: ^2.4.0
firebase_analytics: ^11.0.1
firebase_crashlytics: ^4.0.1
firebase_app_check: ^0.3.0+1
cloud_firestore: ^5.0.1
flutter_localizations:
sdk: flutter
firebase_messaging: ^15.0.1
google_mobile_ads: ^5.1.0
dio: ^5.4.3+1
flutter_html: ^3.0.0-beta.2
package_info_plus: ^8.0.0
flutter_gen: any
in_app_review: ^2.0.9
firebase_remote_config: ^5.0.3
dev_dependencies:
flutter_launcher_icons: ^0.13.1
flutter_lints: ^4.0.0
arb_generator:
flutter:
uses-material-design: true
generate: true
assets:
- assets/dz_flag.png
- assets/terms_and_conditions.html
- assets/privacy_policy.html
- assets/logo/light_large.png
fonts:
- family: Geologica
fonts:
- asset: fonts/Geologica-Regular.ttf
- asset: fonts/Geologica-Bold.ttf
weight: 500
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/logo/app_logo.png"
min_sdk_android: 21
remove_alpha_ios: true
flutter_native_splash:
color: "#c0efb0"
image: "assets/logo/light.png"
#
color_dark: "#406836"
image_dark: "assets/logo/light.png"
android_12:
image: "assets/logo/light.png"
color: "#c0efb0"
icon_background_color: "#c0efb0"
image_dark: "assets/logo/dark.png"
color_dark: "#406836"
icon_background_color_dark: "#406836"
web: false
arb_generator:
input_filepath: "assets/multilingual_content.csv"
output_directory: "lib/l10n"
filename_prepend: "app_"
csv_settings:
delimiter: ","
description_index: 1
base_index: 2
flutter_intl:
enabled: true
class_name: AppLocalizations
arb-dir: lib/l10n
output-dir: lib/l10n
output-localization-file: lib/l10n/app_localizations.dart
synthetic-package: false