-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
65 lines (54 loc) · 1.46 KB
/
pubspec.yaml
File metadata and controls
65 lines (54 loc) · 1.46 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
name: flutter_farmer_app
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=2.19.4 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_svg: ^2.0.5
cupertino_icons: ^1.0.2
mobx: 2.2.0
flutter_mobx: 2.0.6+5
google_nav_bar: 5.0.6
line_icons: 2.0.1
shared_preferences: 2.1.1
geolocator: 9.0.2
get_it: 7.6.0
auth: ^8.2.0+2
provider: ^6.0.5
yandex_mapkit: ^3.2.0
flutter_rating_bar: ^4.0.1
flutter_cart: ^0.0.8
add_to_cart_animation: ^2.0.3
dio: ^5.1.2
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: 2.3.3
mobx_codegen: ^2.3.0
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/svg/
- assets/png/
- assets/png/zlak.png
# 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
# 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