-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
50 lines (45 loc) · 1.2 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
name: stream_loader_demo
description: stream_loader demo
version: 1.0.0+1
publish_to: none
environment:
sdk: ">=2.9.0 <3.0.0"
dependencies:
distinct_value_connectable_stream: ^1.2.0-nullsafety.2
responsive_builder: ^0.3.0
http: ^0.12.2
built_value: ^7.1.0
stream_loader: ^1.1.0-nullsafety.0
disposebag: ^1.5.0-nullsafety.0
rx_shared_preferences: ^1.3.5
random_string: ^2.1.0
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
dev_dependencies:
built_value_generator: ^7.1.0
build_runner: ^1.0.0
flutter_test:
sdk: flutter
dependency_overrides:
rxdart: ^0.26.0-nullsafety.1
flutter:
uses-material-design: true
assets:
- assets/images/new_year_2021.jpg
fonts:
- family: GoogleSans
fonts:
- asset: assets/fonts/GoogleSans-Bold.ttf
weight: 700
- asset: assets/fonts/GoogleSans-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/GoogleSans-Italic.ttf
style: italic
- asset: assets/fonts/GoogleSans-Medium.ttf
weight: 500
- asset: assets/fonts/GoogleSans-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/GoogleSans-Regular.ttf