-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
66 lines (49 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name: cubit_app_flow
description: A new Flutter application.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_bloc: ^6.0.6
cupertino_icons: ^0.1.3
freezed_annotation:
json_annotation: ^3.0.1
# Network Remote API
retrofit: 1.3.4
dio: ^3.0.10
connectivity: ^0.4.4+1
data_connection_checker: ^0.3.4
#
hive: ^1.4.4+1
get_it: ^5.0.1
#
tuple: ^1.0.3
#
environment_config: ^2.2.3
# Rx
rx_command: ^5.2.0
rx_widgets: ^3.0.0
# Path
path_provider: ^1.6.11
path: ^1.6.4
# Package
package_info: ">=0.4.3 <2.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
freezed:
build_runner: ^1.8.1
json_serializable: ^3.0.0
# Hive
hive_generator: ^0.7.1
#
mockito: ^4.1.1
#
retrofit_generator: ^1.3.7+5
flutter:
uses-material-design: true