-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
55 lines (42 loc) · 939 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
54
55
name: task_manager_app
description: sample personal task manager app.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.1.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
# View
cupertino_icons: ^1.0.2
# Navigation
go_router: ^13.2.0
# State management & Data
flutter_bloc: ^8.1.4
equatable: ^2.0.5
get_it: ^7.6.7
injectable: ^2.3.2
json_serializable: ^6.7.1
json_annotation: ^4.8.1
# Utilities
bloc_test: ^9.1.6
dartz: ^0.10.1
dio: ^5.4.1
pretty_dio_logger: ^1.3.1
sembast: ^3.6.0
path_provider: ^2.1.2
mockito: ^5.4.4
intl: ^0.19.0
uuid: ^4.2.2
geolocator: ^8.2.0
dev_dependencies:
flutter_test:
sdk: flutter
# Code rules
flutter_lints: ^2.0.0
# Data
build_runner: ^2.4.6
injectable_generator: ^2.4.2
# The following section is specific to Flutter packages.
flutter:
uses-material-design: true