-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
137 lines (125 loc) · 4.38 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
name: smartflore
description: Smart’Flore invite à revisiter ces coins de nature parfois oubliés
de notre environnement proche et devient prétexte à sortir et créées du lien
avec cette nature.
# 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 used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.2.0+53
environment:
sdk: ">=2.15.1 <3.0.0"
dependency_overrides:
win32: ^5.5.4
http: ^1.2.1
dependencies:
algolia: ^1.1.2
another_flushbar: ^1.12.29
app_settings: ^4.1.8
auto_size_text: ^3.0.0
bloc: ^8.0.3
cached_network_image: ^3.2.0
camera: ^0.10.0+4
carousel_slider: ^5.0.0
collection: ^1.17.0
connectivity_plus: ^3.0.3
cupertino_icons: ^1.0.2
envied: ^0.3.0
equatable: ^2.0.3
flutter:
sdk: flutter
flutter_animate: ^4.0.0
flutter_bloc: ^8.0.1
flutter_cache_manager: ^3.3.0
flutter_html: ^3.0.0-alpha.5
flutter_image: ^4.1.0
flutter_localizations:
sdk: flutter
flutter_map: ^7.0.2
flutter_native_splash: ^2.1.6
flutter_svg: ^1.0.3
freezed_annotation: ^2.1.0
geolocator: ^9.0.1
group_button: ^5.2.2
hive: ^2.2.3
hive_flutter: ^1.1.0
html: ^0.15.0
http: ^1.2.1
image_fade: ^0.6.1
infinite_scroll_pagination: ^4.0.0
intl: ^0.19.0
json_annotation: ^4.8.0
latlong2: ^0.9.1
package_info_plus: ^3.0.3
path: ^1.8.2
path_provider: ^2.0.11
photo_view: ^0.14.0
pretty_logger: any
sliding_up_panel: ^2.0.0+1
url_launcher: ^6.1.9
webview_flutter: ^4.0.1
dev_dependencies:
build_runner: ^2.3.3
envied_generator: ^0.3.0
flutter_lints: ^2.0.1
flutter_test:
sdk: flutter
freezed: ^2.0.2
hive_generator: ^2.0.0
icons_launcher: ^2.1.0
json_serializable: ^6.1.6
flutter_icons:
ios: true
android: true
image_path: "assets/icons/icon.png"
adaptive_icon_background: "assets/icons/icon_bg.png"
adaptive_icon_foreground: "assets/icons/icon_fg.png"
adaptive_icon_round: "assets/icons/icon_round.png"
flutter:
uses-material-design: true
generate: true
assets:
- assets/images/
- assets/graphics/
fonts:
- family: SmartFloreIcons
fonts:
- asset: assets/fonts/SmartFloreIcons.ttf
- family: SourceSansPro
fonts:
- asset: assets/fonts/SourceSansPro-Regular.ttf
- asset: assets/fonts/SourceSansPro-SemiBold.ttf
weight: 600
flutter_native_splash:
#color: "#FF7469"
background_image: "assets/splashscreen/splash_bg.png"
image: assets/splashscreen/splash_icon.png
#color_dark: "#042a49"
#background_image_dark: "assets/dark-background.png"
#image_dark: assets/splash-invert.png
#branding_dark: assets/dart_dark.png
# Android 12 handles the splash screen differently than previous versions. Please visit
# https://developer.android.com/guide/topics/ui/splash-screen
# Following are Android 12 specific parameter.
android_12:
# The image parameter sets the splash screen icon image. If this parameter is not specified,
# the app's launcher icon will be used instead.
# Please note that the splash screen will be clipped to a circle on the center of the screen.
# App icon with an icon background: This should be 960×960 pixels, and fit within a circle
# 640 pixels in diameter.
# App icon without an icon background: This should be 1152×1152 pixels, and fit within a circle
# 768 pixels in diameter.
image: assets/splashscreen/splash_icon_android12.png
icon_background_color: "#FF7469"
#image_dark: assets/android12splash-invert.png
#icon_background_color_dark: "#eeeeee"
fullscreen: true