-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
62 lines (47 loc) · 912 Bytes
/
pubspec.yaml
File metadata and controls
62 lines (47 loc) · 912 Bytes
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
57
58
59
60
61
62
name: flame_id_app
description: "A new Flutter project."
publish_to: 'none'
version: 0.1.0
environment:
sdk: 3.8.0
flutter: 3.32.0
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
# Supabase
supabase_flutter: ^2.9.1
# State Management
hooks_riverpod: ^2.6.1
flutter_hooks: ^0.21.2
riverpod_annotation: ^2.6.1
# Routing
go_router: ^15.2.4
# Forui
forui: ^0.14.0
forui_assets: ^0.14.0
forui_hooks: ^0.14.0
# UI
pinput: ^5.0.1
# Deep Links
app_links: ^6.4.0
# Helpers
dartz: ^0.10.1
equatable: ^2.0.7
collection: ^1.19.1
dev_dependencies:
flutter_test:
sdk: flutter
# Linting
flutter_lints: ^6.0.0
custom_lint: ^0.7.5
riverpod_lint: ^2.6.5
# Generators
build_runner: ^2.4.15
riverpod_generator: ^2.6.5
go_router_builder: ^3.0.1
flutter:
uses-material-design: true
assets:
- images/logo.png