-
Notifications
You must be signed in to change notification settings - Fork 6
/
pubspec.yaml
59 lines (48 loc) · 1.26 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
name: scripture
description: the Holy Bible in languages
# Remove this line if you wish to publish to pub.dev
publish_to: 'none'
version: 1.2.8+105
environment:
sdk: '>=3.3.1 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
lidea:
# When depending on this package from a real application you should use:
# lidea: ^x.y.z
# path: ../../
path: ../lidea
# git:
# url: git://github.com/laisiangtho/lidea.git
# ref: main
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
uses-material-design: true
# Enable generation of localized Strings from arb files.
generate: true
# Add assets
assets:
- assets/env.json
- assets/bible.json
- assets/book.json # niv2011, tedim1932, judson1835
- assets/category.json
# fonts from lidea
fonts:
- family: Lato
fonts:
- asset: packages/lidea/fonts/Lato-Regular.ttf
- asset: packages/lidea/fonts/Lato-Thin.ttf
- asset: packages/lidea/fonts/Lato-Light.ttf
- asset: packages/lidea/fonts/Lato-Bold.ttf
- family: Lidea
fonts:
- asset: packages/lidea/fonts/Lidea.ttf
- family: Mm3Web
fonts:
- asset: packages/lidea/fonts/Mm3Web.ttf