-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
47 lines (42 loc) · 903 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
name: weather
description: "Flutter Weather App"
publish_to: "none"
version: 1.0.0
environment:
sdk: ">=3.2.3 <4.0.0"
flutter: ">=3.16.4"
dependencies:
bloc_concurrency: ^0.2.3
dio: ^5.4.0
equatable: ^2.0.5
flutter:
sdk: flutter
flutter_bloc: ^8.1.3
flutter_localizations:
sdk: flutter
flutter_svg: ^2.0.9
geolocator: ^10.1.0
intl: ^0.18.1
json_annotation: ^4.8.1
logger: ^2.0.2+1
path: ^1.8.3
pretty_dio_logger: ^1.3.1
retrofit: ^4.0.3
shared_preferences: ^2.2.2
stream_transform: ^2.1.0
dev_dependencies:
build_runner: ^2.4.7
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
flutter_lints: ^3.0.1
json_serializable: ^6.7.1
retrofit_generator: ^8.0.6
flutter:
assets:
- assets/weather_icons/
generate: true
uses-material-design: true
flutter_launcher_icons:
android: launcher_icon
image_path: assets/app_icon.png