-
Notifications
You must be signed in to change notification settings - Fork 460
/
pubspec.yaml
49 lines (43 loc) · 1.06 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
name: starter_architecture_flutter_firebase
description: A new Flutter project.
publish_to: 'none'
version: 2.1.0
environment:
sdk: ">=3.1.0 <4.0.0"
dependencies:
cloud_firestore: ^5.5.0
cupertino_icons: ^1.0.8
equatable: ^2.0.7
firebase_auth: ^5.3.3
firebase_core: ^3.8.0
firebase_ui_auth: ^1.16.0
firebase_ui_firestore: ^1.7.0
flutter:
sdk: flutter
riverpod: ^2.6.1
flutter_riverpod: ^2.6.1
flutter_svg: ^2.0.15
go_router: ^14.6.1
intl: ^0.19.0
rxdart: ^0.28.0
shared_preferences: ^2.3.3
# the annotation package containing @riverpod
riverpod_annotation: ^2.6.1
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.4
random_string: ^2.3.1
flutter_lints: ^5.0.0
# a tool for running code generators
build_runner: ^2.4.13
# the code generator
riverpod_generator: ^2.6.3
# riverpod_lint makes it easier to work with Riverpod
riverpod_lint: ^2.6.3
# import custom_lint too as riverpod_lint depends on it
custom_lint: ^0.7.0
flutter:
uses-material-design: true
assets:
- assets/time-tracking.svg