forked from team-Watch-Me/Watch-me-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
47 lines (41 loc) · 1016 Bytes
/
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: watchme
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: ^3.5.2
dependencies:
flutter_rating_bar: ^4.0.0
flutter:
sdk: flutter
url_launcher: ^6.0.20
cached_network_image: ^3.2.0
kakao_flutter_sdk: ^1.9.6 # 전체 추가
carousel_slider: ^5.0.0
cupertino_icons: ^1.0.8
tuple: ^2.0.0
http: ^1.2.2
dev_dependencies:
flutter_launcher_icons:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter_icons:
android: true
ios: true
image_path: "assets/icons/iconTemp.png" # 아이콘 경로 설정
flutter:
fonts:
- family: CustomIcons
fonts:
- asset: assets/fonts/Customicons.ttf
assets:
- assets/icons/
- images/
- assets/icons/iconTemp.png
- assets/kakaoLogin.png
- assets/kakao_login_medium_wide.png
- assets/icons/ballon.png
- assets/icons/netflix_on.png
- assets/icons/netflix_off.png
uses-material-design: true