-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
53 lines (45 loc) · 972 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
48
49
50
51
52
53
name: firebase_tutorial
description: A new Flutter project.
publish_to: 'none'
version: 0.1.0
environment:
sdk: '>=3.0.1 <4.0.0'
dependencies:
firebase_database: ^10.3.8
flutter:
sdk: flutter
# 状態管理関連
flutter_riverpod: 2.4.9
riverpod_annotation: 2.3.3
freezed: 2.4.5
freezed_annotation: 2.4.1
json_serializable: 6.7.1
json_annotation: 4.8.1
# 遷移関連
routemaster: ^1.0.1
build_runner: ^2.4.7
cloud_firestore: ^4.13.5
firebase_core: ^2.24.2
firebase_auth: ^4.15.2
google_sign_in: ^6.1.6
http: ^1.1.0
riverpod_generator: ^2.3.9
firebase_storage: ^11.5.5
image_picker: ^1.0.4
riverpod_lint: ^2.3.7
#UI関係
dotted_border: ^2.0.0+1
#カメラ関係
camera: ^0.9.4+19
path_provider: ^2.0.9
path: ^1.8.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/title.PNG
- assets/splash.gif
- assets/str.PNG