-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
52 lines (40 loc) · 908 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
name: zagel_news_app
description: A new Flutter project for news app to practice the clean architecture, tdd , testing.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.16.2 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.4
# Service Locator
get_it: ^7.2.0
# Bloc pattern for state management
flutter_bloc: ^8.0.1
# Value equality
equatable: ^2.0.3
# Functional programming thingies
dartz: ^0.10.1
# Remote API
dio: ^4.0.6
# Local storage
get_storage: ^2.0.3
# connection to the internet
data_connection_checker_tv: ^0.3.5-nullsafety
# Local storage
hive: ^2.1.0
hive_flutter: ^1.1.0
path_provider: ^2.0.9
dev_dependencies:
# testing stuff
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
mocktail: ^0.3.0
# code lints
flutter_lints: ^1.0.4
lint: ^1.8.2
flutter:
uses-material-design: true