-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
59 lines (51 loc) · 1.49 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: lamba
description: Psychological treatment.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.0.6 <4.0.0'
dependencies:
animate_do: ^3.0.0
cupertino_icons: ^1.0.2
equatable: ^2.0.5
flutter:
sdk: flutter
flutter_bloc: ^8.1.3
flutter_svg: ^2.0.7
font_awesome_flutter: ^10.5.0
go_router: ^11.0.0
google_fonts: ^6.1.0
simple_shadow: ^0.3.1
dev_dependencies:
flutter_lints: ^2.0.0
flutter_launcher_icons: "^0.13.1"
flutter_test:
sdk: flutter
flutter_launcher_icons:
android: "launcher_icon"
ios: false
image_path: "assets/icons/ic_launcher.png"
min_sdk_android: 21 # android min sdk min:16, default 21
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/icons/ic_launcher.png"
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Cairo
# fonts:
# - asset: assets/fonts/Cairo.ttf
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages