-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
pubspec.yaml
122 lines (113 loc) · 3.65 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
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.1.0
intl: ^0.19.0
flutter_colorpicker: ^1.0.3
uuid: ^3.0.7
provider: ^6.0.5
month_picker_dialog: ^4.0.0
shared_preferences: ^2.2.2
path_provider: ^2.0.15
crypto: ^3.0.3
# Freeze encrypt and flutter_webrtc
encrypt: 5.0.1
flutter_webrtc: "0.9.42+hotfix.1"
firebase_core: ^3.2.0
firebase_analytics: ^11.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: ^8.0.3
csv: ^6.0.0
notifications: ^3.0.0
peerdart: ^0.5.3
flutter_grid_layout: ^1.1.1
flutter_svg: ^2.0.7
flutter_swipe_action_cell: ^3.1.2
flutter_currency_picker: ^1.6.0
in_app_purchase: ^3.1.11
firebase_crashlytics: ^4.0.0
dart_intl_search: ^1.2.3
idb_shim: ^2.6.1+7
excel: ^4.0.6
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: ^4.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.0
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:
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/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: terCAD
identity_name: terCAD.FingromMSIX
logo_path: windows/runner/resources/app_icon.png
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