-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
executable file
·263 lines (219 loc) · 8.62 KB
/
pubspec.yaml
File metadata and controls
executable file
·263 lines (219 loc) · 8.62 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
name: atlas
description: "Atlas AI - AI Assistant with Arabic Language Support - Developed by Mohamed S AL-Romaihi"
# 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.0.0+1
environment:
sdk: ^3.8.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
# Use with the CupertinoIcons class for iOS style icons.
# إضافة دعم اللغة العربية والترجمة
flutter_localizations:
sdk: flutter
intl: any
# State Management - تحسين: استخدام provider فقط
provider: ^6.1.1
# إزالة flutter_bloc لتقليل حجم الحزمة
# flutter_bloc: ^8.1.3
# HTTP & API - استخدام dio فقط لتوحيد المكتبة
dio: ^5.3.4
# Cryptography for API key encryption
crypto: ^3.0.3
# Local Storage
shared_preferences: ^2.2.2
# Image Selection
image_picker: ^1.0.4
# Permissions & Device Info
permission_handler: ^11.3.1
device_info_plus: ^10.1.0
sqflite: ^2.3.0
sqflite_common_ffi: ^2.3.0
path: ^1.8.3
# Environment Variables
flutter_dotenv: ^5.1.0
# File System & Process Management
path_provider: ^2.1.1
# إزالة process_run لتقليل حجم الحزمة
# process_run: ^0.12.5+2
# UI Components - تحسين: إزالة المكونات غير الضرورية
file_picker: ^8.3.7
share_plus: ^7.2.1
cross_file: ^0.3.3+6
# Charts & Visualization - إزالة fl_chart لتقليل الحجم
# fl_chart: ^0.66.0
# Advanced UI Components - تحسين: إزالة المكونات الثقيلة
animated_text_kit: ^4.2.2
flutter_markdown: ^0.6.18
# إزالة flutter_syntax_highlighter لتقليل الحجم
# flutter_syntax_highlighter: ^0.1.7
# إزالة flutter_highlight لتقليل الحجم
# flutter_highlight: ^0.7.0
# إزالة google_fonts لتقليل الحجم
# google_fonts: ^6.1.0
flutter_animate: ^4.2.0
# إزالة glass_kit لتقليل الحجم
# glass_kit: ^3.0.0
shimmer: ^3.0.0
flutter_spinkit: ^5.2.1
flutter_slidable: ^3.1.0
# إزالة flutter_glow لتقليل الحجم
# flutter_glow: ^0.3.2
# إزالة gradient_borders لتقليل الحجم
# gradient_borders: ^1.0.0
flutter_colorpicker: ^1.0.3
# Enhanced Chat UI - إزالة chat_bubbles لتقليل الحجم
# chat_bubbles: ^1.5.0
# إزالة flutter_staggered_grid_view لتقليل الحجم
# flutter_staggered_grid_view: ^0.7.0
# Voice & Speech
speech_to_text: ^7.2.0
flutter_tts: ^3.8.5
# Icons & Animations - إزالة lottie لتقليل الحجم
# lottie: ^2.7.0
# Utilities
uuid: ^4.1.0
json_annotation: ^4.8.1
url_launcher: ^6.2.4
# MCP Integration
web_socket_channel: ^2.4.0
cupertino_icons: ^1.0.8
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
json_serializable: ^6.7.1
build_runner: ^2.4.7
flutter_launcher_icons: ^0.14.4
# Test dependencies
mockito: ^5.4.2
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
generate: true
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
assets:
- assets/
- assets/icons/
- assets/icons/app_icon1.png
- assets/icons/ATLAS_icon2.png
- assets/icons/no-bg-icon.png
- assets/icons/no-bg-icon1.png
- assets/icons/ball_ani.gif
- assets/icons/neon_chat_icon2.gif
- assets/icons/gif_icon.gif
- assets/icons/screenshot1.png
- assets/icons/screenshot2.png
- assets/icons/screenshot3.png
- assets/icons/screenshot4.png
- assets/icons/screenshot5.png
- assets/icons/screenshot6.png
# إزالة الأصول غير الضرورية
# - assets/sounds/
- assets/data/
- assets/data/specialized_datasets/
- assets/data/specialized_datasets/training_data.json
- assets/data/specialized_datasets/fine_Tuning.json
- .env
# إزالة config.md
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/to/resolution-aware-images
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/to/asset-from-package
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# 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
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/to/font-from-package
# الخطوط المخصصة للتطبيق
fonts:
- family: Uthmanic
fonts:
- asset: assets/fonts/uthmanic_hafs.ttf
# خطوط عربية جديدة - Amiri Family
- family: Amiri
fonts:
- asset: assets/fonts/Amiri/Amiri-Regular.ttf
weight: 400
- asset: assets/fonts/Amiri/Amiri-Bold.ttf
weight: 700
# خطوط عربية جديدة - Scheherazade New Family
- family: Scheherazade_New
fonts:
- asset: assets/fonts/Scheherazade_New/ScheherazadeNew-Regular.ttf
weight: 400
- asset: assets/fonts/Scheherazade_New/ScheherazadeNew-Medium.ttf
weight: 500
- asset: assets/fonts/Scheherazade_New/ScheherazadeNew-SemiBold.ttf
weight: 600
- asset: assets/fonts/Scheherazade_New/ScheherazadeNew-Bold.ttf
weight: 700
- family: Boutros
fonts:
- asset: assets/fonts/BoutrosNewsH1-Bold.ttf
weight: 700
# تكوين أيقونة التطبيق لجميع المنصات
flutter_launcher_icons:
android: true
ios: true
remove_alpha_ios: true # إزالة الشفافية لمتجر App Store
# إعدادات أندرويد محسنة
android_adaptive_icon: true # تفعيل الأيقونات التكيفية
adaptive_icon_background: "assets/icons/app_icon1.png" # استخدام الأيقونة نفسها كخلفية
adaptive_icon_foreground: "assets/icons/app_icon1.png" # الأيقونة الأمامية
# إعدادات الويب
web:
generate: true
background_color: "#ffffff" # خلفية بيضاء نظيفة
theme_color: "#871121"
# إعدادات سطح المكتب
windows:
generate: true
icon_size: 48
macos:
generate: true
linux:
generate: true
# الأيقونة الرئيسية (مربعة 1024x1024 مثالية)
image_path: "assets/icons/app_icon1.png"
min_sdk_android: 21
# إعدادات إضافية لأندرويد - أيقونة مونوكروم للثيم الداكن
adaptive_icon_monochrome: "assets/icons/app_icon1.png"