-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpubspec.yaml
223 lines (175 loc) · 7.41 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
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
name: rtu_mirea_app
description: Mobile application for students of RTU MIREA
# 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
# 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: 1.0.1+3
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# Http client.
# See https://pub.dev/packages/dio
dio: ^4.0.4
# Simple no-sql local database.
# See https://pub.dev/packages/shared_preferences
shared_preferences: ^2.0.11
# State management library.
# See https://pub.dev/packages/bloc
bloc: ^8.0.2
# Widgets that make it easy to implement the BLoC.
# See https://pub.dev/packages/flutter_bloc
flutter_bloc: ^8.0.1
# SVG rendering widget for Flutter.
# See https://pub.dev/packages/flutter_svg
flutter_svg: ^1.0.0
# Allows dynamically change between light and dark theme.
# See https://pub.dev/packages/adaptive_theme
adaptive_theme: ^2.3.0
# Helps to implement value based equality without explicitly
# override == and hashCode.
# See https://pub.dev/packages/equatable
equatable: ^2.0.3
# Simple direct Service Locator for Dependency Injection.
# See https://pub.dev/packages/get_it
get_it: ^7.2.0
# Zoomable image content
# See https://pub.dev/packages/photo_view
photo_view: ^0.13.0
# Animated floating search bar, also known as persistent search
# See https://pub.dev/packages/material_floating_search_bar
material_floating_search_bar: ^0.3.6
# Internet connection checker.
# See https://pub.dev/packages/internet_connection_checker
internet_connection_checker: ^0.0.1+3
# Functional Programming in Dart
# See https://pub.dev/packages/dartz/versions/0.10.0-nullsafety.2
dartz: ^0.10.0-nullsafety.2
# A highly customizable autocomplete text input field for Flutter
# See https://pub.dev/packages/flutter_typeahead
flutter_typeahead: ^3.2.4
# The Flutter Date Range Picker widget allows users to easily select
# dates or a range of dates. It has four built-in views that allow quick
# navigation to the desired date.
# See https://pub.dev/packages/syncfusion_flutter_datepicker
syncfusion_flutter_datepicker: ^19.3.54
# A Flutter widget rendering static HTML and CSS as Flutter widgets.
# See https://pub.dev/packages/flutter_html
flutter_html: ^3.0.0-alpha.2
# Iframe widget for flutter_html
# See https://pub.dev/packages/flutter_html_iframe
flutter_html_iframe: ^3.0.0-alpha.2
# The Font Awesome Icon pack available as Flutter Icons.
# Provides 1600 additional icons to use in your apps.
# See https://pub.dev/packages/font_awesome_flutter
font_awesome_flutter: ^9.2.0
# Table calendar for schedule
# See https://pub.dev/packages/table_calendar
table_calendar: ^3.0.3
# Creates page that is dismissed by swipe gestures, with Hero style
# animations, Inspired by Facebook, Instagram stories.
# See https://pub.dev/packages/dismissible_page
dismissible_page: ^0.6.4
# Instagram stories like UI with rich animations and customizability.
# See https://pub.dev/packages/story
story:
git:
url: https://github.com/0niel/story.git
ref: main
# Official extension image, support placeholder(loading)/ failed state,
# cache network, zoom/pan, photo view, slide out page,
# editor(crop,rotate,flip), painting etc.
extended_image: ^6.0.1
# A package provides an easy way to add shimmer effect in Flutter project
# See https://pub.dev/packages/shimmer
shimmer: ^2.0.0
# Load and cache network images with with placeholder and error widgets.
# See https://pub.dev/packages/cached_network_image
cached_network_image: ^3.2.0
# ListView that implicitly animates between the changes of two lists
# See https://pub.dev/packages/implicitly_animated_reorderable_list
implicitly_animated_reorderable_list: ^0.4.2
flutter_inner_drawer:
git:
url: https://github.com/0niel/flutter_inner_drawer.git
ref: bugfix/type-casting
url_launcher: ^6.0.17
flutter_markdown: ^0.6.9
carousel_slider: ^4.0.0
# Encapsulates the notion of the "current time". Very useful for testing
# See https://pub.dev/packages/clock
clock: ^1.1.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
after_layout: ^1.1.0
get:
get_storage:
# https://pub.dev/packages/home_widget
home_widget: ^0.1.5
dev_dependencies:
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.9.2
flutter_icons:
android: false
ios: true
image_path: "assets/icon.png"
# 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.
flutter:
# 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
# To add assets to your application, add an assets section, like this:
assets:
- assets/images/
- assets/icons/
- assets/map/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# 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
fonts:
- family: Montserrat
fonts:
- asset: assets/fonts/Montserrat/Montserrat-SemiBold.ttf
weight: 600
- family: Inter
fonts:
- asset: assets/fonts/Inter/Inter-Regular.ttf
weight: 400
- asset: assets/fonts/Inter/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/Inter/Inter-SemiBold.ttf
weight: 600
- asset: assets/fonts/Inter/Inter-Bold.ttf
weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages