-
Notifications
You must be signed in to change notification settings - Fork 3
/
pubspec.yaml
70 lines (62 loc) · 1.48 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
67
68
69
70
name: egresocovid19
description: Aplicación para la gestión de la información de las personas que han sufrido la pandemia del COVID-19.
publish_to: 'none'
version: 0.1.3+4
environment:
sdk: '>=2.16.0 <3.0.0'
dependencies:
beamer: ^1.3.0
bloc: ^8.0.2
dio: ^4.0.4
email_validator: ^2.0.1
flutter:
sdk: flutter
flutter_bloc: ^8.0.1
flutter_localizations:
sdk: flutter
flutter_lyform: ^0.5.2
flutter_web_plugins:
sdk: flutter
fpdart: ^0.0.14
freezed_annotation: ^1.1.0
get_it: ^7.2.0
google_fonts: ^2.3.1
hive: ^2.0.5
hive_flutter: ^1.1.0
injectable: ^1.5.3
intl: ^0.17.0
json_annotation: ^4.4.0
lyform: ^0.6.1
lyform_validators: ^0.5.1
multi_select_flutter: ^4.0.0
oauth_dio: ^0.2.7
path_provider: ^2.0.8
pretty_dio_logger: ^1.2.0-beta-1
retrofit: ^3.0.1+1
rxdart: ^0.27.3
shared_preferences: ^2.0.13
translator: ^0.1.7
dev_dependencies:
build_runner: ^2.1.7
flutter_launcher_icons: ^0.9.2
flutter_native_splash: ^2.0.2
flutter_test:
sdk: flutter
freezed: ^1.1.1
injectable_generator: ^1.5.3
json_serializable: ^6.1.4
lint: ^1.8.2
retrofit_generator: ^4.0.1
flutter:
generate: true
uses-material-design: true
flutter_icons:
android: 'launcher_icon'
adaptive_icon_background: 'assets/icon/background.png'
adaptive_icon_foreground: 'assets/icon/foreground.png'
ios: false
image_path: 'assets/icon/icon.png'
flutter_native_splash:
color: '#2196F3'
image: assets/icon/splash.png
android12: true