-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpubspec.yaml
More file actions
135 lines (125 loc) · 4.04 KB
/
pubspec.yaml
File metadata and controls
135 lines (125 loc) · 4.04 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
name: app_finance
description: Open-source platform-agnostic financial accounting application
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# Generated, do not manually change `version`
version: 1.0.0+1
environment:
sdk: '>=3.0.5 <4.0.0'
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# CupertinoIcons class for iOS style icons
cupertino_icons: ^1.0.2
adaptive_breakpoints: ^0.1.6
google_fonts: ^6.3.0
intl: ^0.20.2
flutter_colorpicker: ^1.0.3
uuid: ^4.5.1
provider: ^6.0.5
month_picker_dialog: ^6.0.3
shared_preferences: ^2.2.2
path_provider: ^2.0.15
crypto: ^3.0.3
# Freeze encrypt
encrypt: 5.0.1
firebase_core: ^3.8.1
firebase_analytics: ^11.3.6
firebase_crashlytics: ^4.2.0
flutter_markdown: ^0.7.1
package_info_plus: ^8.0.0
url_launcher: ^6.1.12
webdav_client: ^1.2.1
file_picker: ^9.0.0
csv: ^6.0.0
peerdart: ^0.5.6
flutter_grid_layout: ^1.1.1
flutter_svg: ^2.0.7
flutter_swipe_action_cell: ^3.1.2
flutter_currency_picker: ^1.9.0
in_app_purchase: ^3.1.11
dart_intl_search: ^1.2.3
idb_shim: ^2.6.1+7
excel: ^4.0.6
home_widget: ^0.7.0
custom_date_range_picker: ^1.2.0
flutter_solidart: ^2.6.1
simple_totp_auth: ^0.0.2
flutter_local_authentication: ^1.2.0
dependency_overrides:
flutter_webrtc: 0.12.10
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter_driver:
sdk: flutter
# Lints to encourage good coding practices, `analysis_options.yaml`
flutter_lints: ^5.0.0
grinder: ^0.9.4
path: ^1.8.3
test_cov_console: ^0.2.2
mockito: ^5.4.2
build_runner: ^2.4.6
file: 7.0.1
platform: ^3.1.0
msix: ^3.16.4
yaml: ^3.1.2
dart_class_wrapper: ^1.0.1
flutter_gherkin_generator: ^1.0.5
flutter_gherkin_wrapper: ^1.0.5
flutter_screenshot_generator: ^1.0.1
flutter:
generate: true
uses-material-design: true
# To add assets to your application, add an assets section, like this:
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware
assets:
- assets/fonts/
- assets/images/
- assets/l10n/
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
fonts:
- family: Abel-Regular
fonts:
- asset: assets/fonts/Abel-Regular.ttf
- family: RobotoCondensed-Regular
fonts:
- asset: assets/fonts/RobotoCondensed-Regular.ttf
msix_config:
msix_version: 1.0.0.1
msstore_appId: 9NNPDJ2ST0HV
display_name: Fingrom
publisher: CN=78144012-EC6A-4BE8-97BF-A392EF55482E
publisher_display_name: Viachaslau Lyskouski
identity_name: terCAD.FingromMSIX
logo_path: assets/images/logo.png
start_menu_icon_path: assets/images/logo.png
tile_icon_path: assets/images/logo.png
icons_background_color: transparent
capabilities: internetClient
store: true
# Commands and their dependencies
scripts:
test: |
dart run build_runner clean
dart run build_runner build --delete-conflicting-outputs
flutter test
goldenImages:
flutter test --update-goldens test/widget
screenshots:
flutter test integration_test/screenshots/capture_test.dart