-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
47 lines (42 loc) · 1.04 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
name: cookbook_mobile
description: A new Flutter project.
publish_to: 'none'
version: 0.1.0
environment:
sdk: '>=3.1.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
http: ^1.1.0
carousel_slider: ^4.2.1
shared_preferences: ^2.0.8
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
quickalert: ^1.0.2
image_picker: ^1.0.5
video_player: ^2.8.1
flutter:
# Asset eklemek için assets anahtarını kullanabilirsiniz.
assets:
- assets/images/food_2.png
- assets/images/food_1.png
- assets/images/profile_1.png
- assets/images/profile_2.png
- assets/images/rounded_1.png
- assets/images/rounded_2.png
- assets/images/rounded_3.png
- assets/images/rounded_4.png
- assets/images/rounded_5.png
- assets/images/rounded_6.png
- assets/images/0.png
- assets/images/1.png
- assets/images/2.png
- assets/images/3.png
- assets/images/4.png
- assets/images/5.png
- assets/images/6.png
- assets/images/7.png
- assets/images/8.png
uses-material-design: true