-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
47 lines (37 loc) · 905 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
name: number_trivia
description: Flutter project with Clean Architecture and TDD.
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
# Service locator
get_it: ^2.0.1
# Bloc for state management
flutter_bloc: ^0.21.0
# Value equality
equatable: ^0.4.0
# Functional programming thingies
dartz: ^0.8.6
# Remote API
data_connection_checker: ^0.3.4
http: ^0.12.0+2
# Local cache
shared_preferences: ^0.5.3+4
dev_dependencies:
flutter_test:
sdk: flutter
test: ^1.14.0
mockito: ^4.1.0
flutter_launcher_icons:
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon/trivia-icon.png"
adaptive_icon_background: "assets/icon/trivia-icon.png"
flutter:
uses-material-design: true
assets:
- assets/icon/trivia-icon.png