-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
54 lines (44 loc) · 1.07 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
name: holy_bible
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.8.3+16
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
http: ^1.1.0
flutter_modular: ^6.3.2
intl: ^0.18.1
flutter_bloc: ^8.1.3
provider: ^6.0.5
bloc: ^8.1.2
connectivity_plus: ^5.0.1
flutter_native_splash: ^2.3.5
flutter_launcher_icons: ^0.13.1
fluttertoast: ^8.2.4
shared_preferences: ^2.2.2
flutter_dotenv: ^5.1.0
flutter_native_splash:
color: "#2b2b46"
image: assets/images/logo-sem-fundo.png
color_dark: "#2b2b46"
image_dark: assets/images/logo-sem-fundo.png
android: true
flutter_icons:
image_path: "assets/images/logo_white.png"
android: "launcher_icon"
apaptive_icon_background: "#2b2b46"
apaptive_icon_foreground: "assets/images/logo_white.png"
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
mockito: ^5.4.2
mocktail: ^1.0.1
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/.env