-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
50 lines (37 loc) · 877 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: climate
description: A new Flutter application.
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
cupertino_icons: ^0.1.3
#service locator
get_it: ^5.0.0
#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.10
geolocator: ^6.0.0+4
# loading
flutter_spinkit: ^4.1.2+1
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^4.1.0
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/humidity.png
- assets/umbrella.png
- assets/wind.png