forked from mlcommons/mobile_app_open
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
106 lines (96 loc) · 2.54 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
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
name: mlperfbench
description: The MLPerf app offers a simple mobile UI for executing MLPerf inference tasks and comparing results.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# version format: <semantic_app_version>+<build_number>.
# Note: build_number will be set by CI using the CLI option --build-number
version: 4.0.0+1
environment:
sdk: ">=2.18.0 <3.0.0"
flutter: ">=3.7.1 <3.8.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
collection: ^1.17.0
cupertino_icons: ^1.0.0
device_info_plus: ^8.2.2
flutter_svg: ^2.0.5
path_provider: ^2.0.15
provider: ^6.0.5
share: ^2.0.4
shared_preferences: ^2.2.0
quiver: ^3.2.1
url_launcher: ^6.1.11
wakelock: ^0.6.2
uuid: ^4.1.0
package_info_plus: ^3.1.2
share_plus: ^6.3.4
crypto: ^3.0.2
tuple: ^2.0.2
bot_toast: ^4.0.4
process_run: ^0.13.0
device_marketing_names: ^0.7.1
file_picker: ^5.2.10
worker_manager: ^5.0.3
ffi: ^2.0.2
async: ^2.10.0
archive: ^3.3.9
intl: ^0.17.0
permission_handler: ^11.0.1
flutter_markdown: ^0.6.15
firebase_core: ^2.15.0
firebase_storage: ^11.2.5
firebase_auth: ^4.7.2
firebase_ui_auth: ^1.6.2
firebase_crashlytics: ^3.3.5
http: ^0.13.6
json_annotation: ^4.8.1
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
import_sorter: ^4.6.0
flutter_lints: ^2.0.2
pedantic: ^1.11.0
protoc_plugin: ^21.0.2
json_serializable: ^6.6.2
build_runner: ^2.3.3
flutter_gen_runner: ^5.3.2
dependency_overrides:
# https://github.com/mlcommons/mobile_app_open/issues/777
archive: ^3.3.9
flutter_launcher_icons:
image_path: "assets/ic_launcher_ios.png"
ios: true
android: "ic_launcher"
min_sdk_android: 21
windows:
generate: true
image_path: "assets/ic_launcher_ios.png"
icon_size: 256
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
assets:
- assets/
- assets/icons/
- assets/text/
- assets/android-boards/database.json
generate: true
uses-material-design: true
fonts:
- family: SocialIcons
fonts:
- asset: packages/firebase_ui_auth/fonts/SocialIcons.ttf
import_sorter:
comments: false
ignored_files:
- \/.pub-cache\/*
- \/lib/protos\/*
- \/lib/localizations/*