-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
117 lines (98 loc) · 2.97 KB
/
Copy pathpubspec.yaml
File metadata and controls
117 lines (98 loc) · 2.97 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
name: youplay
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.4.2+4071
environment:
sdk: '>=2.14.0 <3.0.0'
# arch -x86_64 pod install
# arch -x86_64 pod install --repo-update
# cd ..
# flutter build ios
# flutter build appbundle -t lib/main_kien.dart
# flutter build web -t lib/main_kien.dart
# fb_hosting % firebase deploy
# arch -x86_64 flutter build ios -t lib/main_kien_dev.dart
dependencies:
flutter:
sdk: flutter
flutter_redux: ^0.10.0
redux_epics: ^0.15.0
redux_persist_flutter: ^0.9.0
redux_dev_tools: ^0.7.0
reselect: ^0.5.0
firebase_core: ^2.4.0
firebase_analytics: ^10.0.7
firebase_auth: ^4.2.5
firebase_storage: ^11.0.10
cloud_firestore: ^4.3.1
# firebase_ml_vision: ^0.10.0
qr_code_scanner: ^1.0.1
url_launcher: ^6.0.12
extended_image: ^6.2.1
google_sign_in: ^5.4.4
http: ^0.13.1
video_player: ^2.4.7
google_maps_flutter: ^2.0.3
camera: ^0.10.0+1
font_awesome_flutter: ^10.3.0
date_format: ^2.0.2
path_provider: ^2.0.1
location: ^4.4.0
audioplayers: ^1.0.1
uni_links: ^0.5.1
sign_in_with_apple: ^4.2.0
# apple_sign_in: ^0.1.0
rxdart: ^0.27.7
native_device_orientation: ^1.1.4
webview_flutter: ^3.0.4
flutter_native_image: ^0.0.6
universal_platform: ^1.0.0-nullsafety
flutter_sound: ^9.2.13
flutter_svg: ^1.1.6
# flutter_ffmpeg: ^0.4.2
ffmpeg_kit_flutter_audio: 4.5.1
animations: ^2.0.1
universal_html: ^2.0.8
dots_indicator: ^2.0.0
video_compress: ^3.1.2
permission_handler: ^10.2.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.11.0
flutter_localizations:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
flutter_icons:
image_path_android: "graphics/icon/bibendo.png"
image_path_ios: "graphics/icon/bibendo.png"
android: true
ios: true
#flutter packages pub run flutter_launcher_icons:main
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
assets:
- assets/i18n/en.json
- assets/i18n/nl.json
- graphics/generalItems/narratorType.png
- graphics/generalItems/scanOverlay.png
- graphics/icon/bibendocircleicon.png
- graphics/loading.gif
- graphics/playbadge.png
- graphics/iosbadge.png
- graphics/intro/intro1.png
- graphics/intro/intro2.png
- graphics/intro/intro3.png
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.