-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
66 lines (51 loc) · 1.11 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name: pogodappka
description: Simple Weather App.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=2.19.6 <3.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_dotenv: ^5.1.0
dio: ^5.2.1+1
flutter_bloc: ^8.1.3
equatable: ^2.0.5
location_geocoder: ^1.0.5
intl: ^0.18.1
geolocator: ^9.0.2
hive: ^2.2.3
hive_flutter: ^1.1.0
worldtime: ^1.0.9
google_geocoding_api: ^1.3.0
scrollable_positioned_list: ^0.3.8
internet_connection_checker: ^1.0.0+1
flutter_native_splash: ^2.3.2
flutter_localizations:
sdk: flutter
country_flags: ^2.1.0
injectable: ^2.3.0
get_it: ^7.6.0
flutter_native_splash:
image: assets/splash.png
color: "#9EDCF5"
dev_dependencies:
flutter_test:
sdk: flutter
bloc_test: ^9.1.4
flutter_lints: ^2.0.0
flutter_launcher_icons: ^0.13.1
injectable_generator: ^2.4.0
build_runner: ^2.4.6
mocktail: ^1.0.0
import_sorter: ^4.6.0
flutter_launcher_icons:
android: "launcher_icon"
image_path: "assets/icon.png"
flutter:
uses-material-design: true
generate: true
assets:
- .env
- assets/