This repository has been archived by the owner on Jun 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
/
pubspec.yaml
68 lines (62 loc) · 2.05 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
name: paperless_app
description: A new Flutter project.
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.1.4+16
publish_to: none
environment:
sdk: '>=2.18.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
edge_detection: ^1.0.9
cached_network_image: ^3.1.0+1
dio: ^4.0.0
flutter_secure_storage: ^6.0.0
flutter_svg: ^0.19.3
get_it: ^7.2.0
http_auth: ^1.0.0
i18n_extension: ^5.0.1
json_annotation: ^4.3.0
open_file: ^3.1.0
receive_sharing_intent: ^1.4.5
flutter_settings_ui: ^2.0.1
shared_preferences: ^2.0.8
wechat_assets_picker: ^8.1.2
share: ^2.0.1
url_launcher: ^6.0.20
crypto: ^3.0.1
dev_dependencies:
flutter_test:
sdk: flutter
archive: ^3.1.2
build_runner: ^2.1.5
json_serializable: ^6.0.1
dependency_overrides:
flutter_svg: any
# 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:
uses-material-design: true
assets:
- logo.svg
- assets/locales/
fonts:
- family: AlegreyaSans
fonts:
- asset: assets/fonts/AlegreyaSans-Regular.ttf
- asset: assets/fonts/AlegreyaSans-Italic.ttf
style: italic
- asset: assets/fonts/AlegreyaSans-Bold.ttf
weight: 700