-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
63 lines (57 loc) · 1.33 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
name: feather
description: Flutter weather application
version: 2.0.0
publish_to: none
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.17.0
flutter_bloc: ^7.0.0
equatable: ^2.0.0
geolocator: ^7.0.3
dio: ^4.0.0
logger: ^1.0.0
flutter_swiper_null_safety:
git: https://github.com/lianyagang/flutter_swiper_null_safety.git
shared_preferences: ^2.0.5
package_info: ^2.0.0
url_launcher: ^6.0.3
pretty_dio_logger: ^1.2.0-beta-1
fluro: ^2.0.3
timeago: ^3.0.2
system_settings: ^2.1.0
flutter_native_splash: ^2.2.5
google_fonts: ^3.0.1
dev_dependencies:
flutter_test:
sdk: flutter
test: ^1.16.5
lint: ^1.5.3
bloc_test: ^8.0.2
mockito: ^5.0.9
build_runner: ^2.0.4
http_mock_adapter: ^0.2.1
flutter:
generate: true
uses-material-design: true
assets:
- assets/
# flutter_native_splash-development.yaml
flutter_native_splash:
background_image: assets/splash.png
#color: "#2d2d2d"
image: assets/weatherly.png
branding: assets/weatherly.png
#color_dark: "#121212"
image_dark: assets/weatherly.png
branding_dark: assets/weatherly.png
android_12:
background_image: assets/splash.png
# icon_background_color: "#ffffff"
image_dark: assets/splash.png
#icon_background_color_dark: "#121212"
web: false