-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
50 lines (40 loc) · 997 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
name: clean_architecture_tdd
description: 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.12.0 <3.0.0"
dependencies:
dartz: ^0.10.0
equatable: ^2.0.3
flutter:
sdk: flutter
flutter_bloc: ^7.2.0
get_it: ^7.2.0
http: ^0.13.3
shared_preferences: ^2.0.7
connection_checker:
git:
url: https://github.com/coderprantik/flutter-packages.git
path: connection_checker
ref: master
dev_dependencies:
build_runner: ^2.1.1
flutter_app_name: ^0.1.1
flutter_launcher_icons: ^0.9.2
flutter_native_splash: ^1.2.1
flutter_test:
sdk: flutter
mockito: ^5.0.14
flutter_app_name:
name: "Trivia"
flutter_native_splash:
color: "#FFFFFF"
color_dark: "#000000"
image: assets/splash_images/splash_image1.png
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/launcher_icons/launcher_icon1.png"
flutter:
uses-material-design: true