forked from AmrSalahDev/Social-Mate-Flutter-App
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
127 lines (110 loc) · 3.65 KB
/
Copy pathpubspec.yaml
File metadata and controls
127 lines (110 loc) · 3.65 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
name: social_mate_app
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.9.0
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
go_router: ^17.0.1
get_it: ^9.2.0
injectable: ^2.7.1+4
flutter_screenutil: ^5.9.3
rename: ^3.1.0
change_app_package_name: ^1.5.0
smooth_page_indicator: ^2.0.1
flutter_localization: ^0.3.3
flutter_localizations:
sdk: flutter
my_flutter_toolkit:
git:
url: https://github.com/AmrSalahDev/MyFlutterToolKit.git
ref: main
supabase_flutter: ^2.12.0
flutter_dotenv: ^6.0.0
bloc: ^9.2.0
flutter_bloc: ^9.1.1
equatable: ^2.0.5
talker_bloc_logger: ^5.1.10
bloc_concurrency: ^0.3.0
extension: ^1.0.0
flutter_svg: ^2.2.3
toastification: ^3.0.3
cached_network_image: ^3.4.1
flutter_cache_manager: ^3.4.1
shimmer: ^3.0.0
dotted_border: ^3.1.0
photo_manager: ^3.8.3
photo_manager_image_provider: ^2.2.0
story_view: ^0.16.6
get_time_ago: ^2.3.2
number_display: ^3.0.0
readmore: ^3.0.0
image_picker: ^1.2.1
file_picker: ^10.3.10
shared_preferences: ^2.3.5
animated_hint_textfield: ^1.1.1
video_player: ^2.10.1
hive: ^2.2.3
hive_flutter: ^1.1.0
copy_with_extension: ^12.0.0
image: ^4.7.2
flutter_native_splash: ^2.4.7
flutter_advanced_drawer: ^1.5.0
grouped_list: ^6.0.0
retry: ^3.1.2
dev_dependencies:
build_runner: ^2.4.15
injectable_generator: ^2.6.2
flutter_gen_runner: ^5.12.0
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
intl_utils: ^2.8.7
flutter_gen:
output: lib/core/assets_gen
integrations:
image: true
flutter_svg: true
lottie: false
colors:
inputs:
- assets/colors/colors.xml
flutter_intl:
enabled: true # Required. Must be set to true to activate the plugin. Default: false
class_name: AppStrings # Optional. Sets the name for the generated localization class. Default: S
main_locale: en # Optional. Sets the main locale used for generating localization files. Provided value should consist of language code and optional script and country codes separated with underscore (e.g. 'en', 'en_GB', 'zh_Hans', 'zh_Hans_CN'). Default: en
arb_dir: lib/core/l10n # Optional. Sets the directory of your ARB resource files. Provided value should be a valid path on your system. Default: lib/l10n
output_dir: lib/core/l10n/generated # Optional. Sets the directory of generated localization files. Provided value should be a valid path on your system. Default: lib/generated
use_deferred_loading: false # Optional. Must be set to true to generate localization code that is loaded with deferred loading. Default: false
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/images/
- .env
# 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