-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
48 lines (40 loc) · 818 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
name: page_viewer
description: App can fetch posts and display each one on separate page with comments.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.16.0 <3.0.0"
flutter: ^2.10.0
dependencies:
flutter:
sdk: flutter
# DI
get_it: ^7.2.0
injectable: ^1.5.3
provider: ^6.0.2
# DB
path_provider: ^2.0.9
sqflite: ^2.0.2
# REST API
dio: ^4.0.4
retrofit: ^3.0.1+1
# customizing
logger: ^1.1.0
# min-code helpers
equatable: ^2.0.3
json_annotation: ^4.4.0
# UI
auto_size_text: ^3.0.0
cupertino_icons: ^1.0.2
# logic
rxdart: ^0.27.3
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.1.7
flutter_lints: ^1.0.0
injectable_generator: ^1.5.3
json_serializable: ^6.1.4
retrofit_generator: ^4.0.1
flutter:
uses-material-design: true