-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
56 lines (46 loc) · 1.01 KB
/
pubspec.yaml
File metadata and controls
56 lines (46 loc) · 1.01 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
name: billage
description: "우리 동네 테크 공유 빌리지 - P2P 기반 IT기기 렌탈 플랫폼"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.9.0
dependencies:
flutter:
sdk: flutter
# Core
cupertino_icons: ^1.0.8
flutter_riverpod: ^2.5.1
riverpod_annotation: ^2.3.5
go_router: ^14.0.0
supabase_flutter: ^2.5.6
# Essential for app
flutter_dotenv: ^5.1.0
hive_flutter: ^1.1.0
intl: ^0.20.0
# UI essentials
cached_network_image: ^3.3.1
shimmer: ^3.0.0
flutter_svg: ^2.0.10
flutter_animate: ^4.5.0
smooth_page_indicator: ^1.1.0
# Basic functionality
image_picker: ^1.0.7
shared_preferences: ^2.2.3
url_launcher: ^6.2.5
# Model generation
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
# Utilities
uuid: ^4.2.1
path: ^1.8.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
build_runner: ^2.4.8
freezed: ^2.4.7
json_serializable: ^6.7.1
flutter:
uses-material-design: true
assets:
- .env