-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpubspec.yaml
107 lines (89 loc) · 2.24 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
name: notredame
description: The 4th generation of ÉTSMobile, the main gateway between the École de technologie supérieure and its students on mobile devices.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 4.58.3
environment:
sdk: '>=3.6.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# Architecture
get_it: ^8.0.3
provider: ^6.1.4
stacked: ^3.4.4
# Firebase
firebase_core: ^3.13.0
firebase_analytics: ^11.4.5
firebase_crashlytics: ^4.3.5
firebase_remote_config: ^5.4.3
# Web
flutter_inappwebview: ^6.1.5
url_launcher: ^6.3.1
# Utils
logger: ^2.5.0
fluttertoast: ^8.2.12
# Widgets
table_calendar: ^3.1.3
# Animations
skeletonizer: ^1.4.3
animations: ^2.0.11
# Google
google_maps_flutter: ^2.12.1
shared_preferences: ^2.5.3
flutter_markdown: ^0.7.6+2
# flutter community
package_info_plus: ^8.3.0
connectivity_plus: ^6.1.3
flutter_svg: ^2.0.17
font_awesome_flutter: ^10.8.0
share_plus: ^10.1.4
# Other
flutter_cache_manager: ^3.4.1
flutter_secure_storage: ^9.2.4
github: ^9.24.0
in_app_review: ^2.0.10
easter_egg_trigger: ^1.0.1
timeago: ^3.7.0
calendar_view: ^1.4.0
carousel_slider: ^5.0.0
reorderable_grid_view: ^2.2.8
infinite_scroll_pagination: ^4.1.0
device_calendar: ^4.3.3
path_provider: ^2.1.5
http: ^1.3.0
xml: ^6.5.0
built_collection: ^5.1.1
collection: ^1.19.1
intl: ^0.19.0
image: ^4.5.4
msal_auth: ^3.1.4
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.4.5
flutter_launcher_icons: ^0.14.3
build_runner: ^2.4.15
import_sorter: ^4.6.0
flutter_lints: ^5.0.0
webview_flutter_android: ^4.3.4
flutter_icons:
android: 'launcher_icon'
ios: 'LaunchImage'
image_path: 'assets/icons/launcher_icon.png'
adaptive_icon_background: '#EF3F45'
adaptive_icon_foreground: 'assets/icons/ic_launcher_foreground.png'
flutter:
uses-material-design: true
generate: true
assets:
- assets/images/
- assets/markdown/
- assets/icons/
- assets/animations/
- assets/
flutter_intl:
enabled: true