-
Notifications
You must be signed in to change notification settings - Fork 39
/
pubspec.yaml
126 lines (107 loc) · 2.9 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
123
124
125
126
name: possystem
description: POS system by Flutter
publish_to: "none"
homepage: https://github.com/evan361425/flutter-pos-system
version: 2.10.3+21003002
environment:
flutter: ">=3.24.0 <3.25.0"
sdk: ">=3.3.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# core helper
go_router: ^14.3.0
# git:
# url: https://github.com/evan361425/flutter-packages
# path: packages/go_router
# ref: main
provider: ^6.1.2
intl: ^0.19.0
collection: ^1.18.0
firebase_core: ^2.32.0
firebase_analytics: ^10.10.7
firebase_auth: ^4.20.0
firebase_crashlytics: ^3.5.7
firebase_in_app_messaging: ^0.7.5+7
# services
sqflite: ^2.4.0 # 24, 10-07
sembast: ^3.7.5 # 24, 10-05
shared_preferences: ^2.3.2
http: ^1.2.2
bluetooth:
git:
url: https://github.com/evan361425/flutter-pos-packages
ref: master
path: packages/bluetooth
flutter_blue_plus:
git:
url: https://github.com/evan361425/flutter_blue_plus
ref: uint8
# google services
googleapis: ^13.2.0
google_sign_in: ^6.2.1
extension_google_sign_in_as_googleapis_auth: ^2.0.12
# components
table_calendar: ^3.1.2 # 24, 06-09
syncfusion_flutter_charts: ^27.1.54
spotlight_ant: ^1.4.3
# image
image: ^4.3.0 # 24, 10-15
image_picker: ^1.1.2 # 24, 05-31
image_cropper: ^8.0.2 # 24, 08-16
cached_network_image: ^3.4.0 # 24, 08-13, downgrade for firebase
flutter_svg: ^2.0.11 # 24, 10-31
# Make it easy to test
file: ^7.0.1 # 24, 10-08
# tools
uuid: ^4.5.1 # 24, 09-26
wakelock:
git:
url: https://github.com/evan361425/wakelock
path: wakelock/
ref: main
characters: ^1.3.0 # 24, 10-16
path_provider: ^2.1.5 # 24, 10-29
url_launcher: ^6.3.1 # 24, 10-08
flutter_native_splash: ^2.4.2 # 24, 10-20
package_info_plus: ^8.1.0 # 24, 10-17
visibility_detector: ^0.4.0+2 # 23, 03-09
cupertino_icons: ^1.0.8 # This is for google-package which use it in some case
dev_dependencies:
flutter_test:
sdk: flutter
# code style
flutter_lints: ^5.0.0
# mock object
build_runner: ^2.4.13
mockito: ^5.4.4
sqflite_common: ^2.5.4+5 # logging
sqflite_common_ffi: ^2.3.4
arb_glue: ^1.0.0
# 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
# Enable generation of localized Strings from arb files.
generate: true
assets:
- assets/food_placeholder.png
- assets/google_sheet_icon.svg
- assets/feature_request_please.gif
- assets/google_signin_button.svg
# flutter pub run flutter_native_splash:create
flutter_native_splash:
color: "#5c98ff"
fullscreen: true
image: assets/logo.png
arb_glue:
source: assets/l10n
destination: lib/l10n
author: Lu Shueh Chou
fileTemplate: 'app_{lang}.arb'
base: en
lastModified: false
verbose: true