-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpubspec.yaml
51 lines (47 loc) · 1.14 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
48
49
50
51
name: flut_cinematic
description: A Very Good Project created by Very Good CLI.
version: 1.0.0+1
publish_to: none
environment:
sdk: ">=3.3.1 <4.0.0"
dependencies:
dio: ^5.4.1
firebase_core: ^2.27.1
flut_cinematic_api_client:
path: packages/flut_cinematic_api_client
flut_cinematic_common:
path: packages/flut_cinematic_common
flut_cinematic_data:
path: packages/flut_cinematic_data
flut_cinematic_domain:
path: packages/flut_cinematic_domain
flut_cinematic_firebase:
path: packages/flut_cinematic_firebase
flut_cinematic_ui:
path: packages/flut_cinematic_ui
flutter:
sdk: flutter
flutter_hooks: ^0.20.5
flutter_localizations:
sdk: flutter
flutter_riverpod: ^2.5.1
freezed_annotation: ^2.4.1
go_router: ^13.2.1
hooks_riverpod: ^2.5.1
intl: ^0.18.1
qr_flutter: ^4.1.0
riverpod: ^2.5.1
slang: ^3.30.1
slang_flutter: ^3.30.0
url_launcher: ^6.2.5
dev_dependencies:
build_runner: ^2.4.8
flutter_test:
sdk: flutter
freezed: ^2.4.7
json_serializable: ^6.7.1
slang_build_runner: ^3.30.0
very_good_analysis: ^5.1.0
flutter:
uses-material-design: true
generate: true