-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
83 lines (74 loc) · 2.33 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
name: stendmobile
description: Stend pour mobile
# 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'
# 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
version: 3.0.0+8
environment:
sdk: '>=3.1.5 <4.0.0'
dependencies:
flutter:
sdk: flutter
url_launcher: ^6.2.4
adaptive_dialog: ^1.10.1
http: ^1.1.0
qr_code_scanner: ^1.0.1
permission_handler: ^11.0.1
tuple: ^2.0.2
path_provider: ^2.1.2
dynamic_color: ^1.6.9
path: ^1.8.3
dio: ^5.4.1
get_storage: ^2.1.1
image_picker: ^1.0.7
file_picker: ^6.1.1
share_plus: ^7.2.2
intl: ^0.19.0
cupertino_icons: ^1.0.6
lucide_icons: ^0.257.0
html: ^0.15.4
package_info_plus: ^4.2.0
flutter_colorpicker: ^1.0.3
gal: ^2.3.0
flutter_native_splash: ^2.3.7
flutter_local_notifications: ^17.1.2
flutter_fgbg: ^0.3.0
open_file_manager: ^1.0.2
device_info_plus: ^10.1.0
flutter_code_editor: ^0.3.1
highlight: ^0.7.0
flutter_highlight: ^0.7.0
haptic_feedback: ^0.4.2
protocol_handler: ^0.2.0
wakelock_plus: ^1.2.1
connectivity_plus: ^6.0.5
receive_sharing_intent: ^1.8.0
in_app_update: ^4.2.3
dropdown_button2: ^2.3.9
flutter_acrylic: ^1.1.4
window_manager: ^0.4.2
dependency_overrides:
geolocator: 11.0.0
geolocator_android: 4.5.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
# Splash screen, appliquer avec utils/clean.sh
flutter_native_splash:
color: "#1B6497"
image: assets/plus.png
android_12:
color: "#1B6497"
flutter:
uses-material-design: true