-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
86 lines (69 loc) · 1.79 KB
/
pubspec.yaml
File metadata and controls
86 lines (69 loc) · 1.79 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
name: text
description: Text.
version: 1.0.0+1
environment:
sdk: ">=2.2.2 <3.0.0"
dependencies:
flutter:
sdk: flutter
firebase_core: any
firebase_auth: ^0.7.0
page_transition: ^1.1.0
cloud_firestore: ^0.8.2+3
image_picker: ^0.4.12+1
firebase_storage: ^1.0.4
random_string: ^0.0.2
pigment: ^1.0.3
flutter_responsive_screen: ^1.0.0
flutter_in_app: ^0.0.3
keyboard_visibility: ^0.5.6
simple_animations: ^1.3.0
flutter_image_compress: ^0.6.3
image_ink_well: ^0.1.0
#cached_network_image: any
cached_network_image: 1.1.0
shared_preferences: 0.4.3
#flushbar: ^1.5.0
flushbar:
git:
url: https://github.com/AndreHaueisen/flushbar
ref: dev_version
http: ^0.12.0+2
# These are already Migrated to AndroidX:
file_picker: ^1.3.5
path: ^1.6.2
cupertino_icons: ^0.1.2
# flutter_icons:
# adaptive_icon_foreground: "assets/images/senta_icon.png"
# adaptive_icon_background: "#ffffff"
# android: true
# ios: true
# image_path: "assets/images/senta_icon.png"
# If ios Icon is too small, replace icon with 512 resolution icon instead of 1024
# FOR SETTING APP ICON RUN: flutter packages pub run flutter_launcher_icons:main
dev_dependencies:
flutter_launcher_icons: ^0.7.0
flutter_test:
sdk: flutter
dependency_overrides:
image: 2.0.7
flutter:
uses-material-design: true
assets:
- assets/images/logo.png
- assets/images/acc_circle.png
fonts:
- family: Courier
fonts:
- asset: assets/fonts/cour.ttf
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700