-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpubspec.yaml
49 lines (46 loc) · 958 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
name: fullstack_todo
description: A Very Good Project created by Very Good CLI.
version: 1.0.0+1
publish_to: none
environment:
sdk: ">=2.19.0 <3.0.0"
flutter: ">=3.7.0"
dependencies:
data_source:
path: ../data_source
dio: ^5.1.1
either_dart: ^0.3.0
exceptions:
path: ../exceptions
failures:
path: ../failures
flutter:
sdk: flutter
flutter_hooks: ^0.18.6
get_it: ^7.2.0
injectable: ^2.1.1
models:
path: ../models
repository:
path: ../repository
retrofit: ^4.0.1
stacked: 3.1.0+2
stacked_services: 0.9.9
typedefs:
path: ../typedefs
dev_dependencies:
build_runner: ^2.3.3
flutter_test:
sdk: flutter
injectable_generator: ^2.1.5
integration_test:
sdk: flutter
mockito: ^5.4.0
retrofit_generator: ^6.0.0+1
stacked_generator: 0.8.3
very_good_analysis: ^4.0.0+1
dependency_overrides:
json_annotation: ^4.8.0
json_serializable: ^6.6.0
flutter:
uses-material-design: true