-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
126 lines (109 loc) · 2.74 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: sixvalley_vendor_app
description: A new Flutter application.
publish_to: 'none'
version: 1.0.0+0
environment:
sdk: '>=3.2.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.6
get_it: ^7.6.4
provider: ^6.1.1
connectivity_plus: ^5.0.2
dio: ^5.4.0
intl: ^0.19.0
shared_preferences: ^2.2.2
shimmer: ^3.0.0
image_picker: ^1.0.5
flutter_switch: ^0.3.2
cached_network_image: ^3.3.1
flutter_typeahead: ^4.0.0
autocomplete_textfield: ^2.0.1
dotted_border: ^2.1.0
flutter_html: ^3.0.0-alpha.2
firebase_core: ^2.24.2
firebase_messaging: ^14.7.9
flutter_local_notifications: ^17.2.2
path_provider: ^2.1.1
country_code_picker: ^3.0.0
pin_code_fields: ^8.0.1
#fluttertoast: ^8.2.4
permission_handler: ^11.1.0
barcode_widget: ^2.0.4
file_picker: ^6.1.1
url_launcher: ^6.2.2
flutter_spinkit: ^5.2.0
percent_indicator: ^4.2.3
flutter_speed_dial: ^7.0.0
barcode_scan2: ^4.3.3
# flutter_barcode_scanner: ^2.0.0
#flutter_pos_printer_platform: 1.1.0
#flutter_pos_printer_platform_image_3_sdt: ^1.1.8
print_bluetooth_thermal: 1.1.1
screenshot: ^3.0.0
#flutter_pos_printer_platform_image_3: ^1.2.0
esc_pos_utils: ^1.1.0
flutter_slidable: ^3.0.1
readmore: ^2.2.0
flutter_html_table: ^3.0.0-beta.2
google_maps_flutter: ^2.5.0
geocoding: ^2.1.1
geolocator: ^10.1.0
syncfusion_flutter_datepicker: ^26.2.8
textfield_tags: 2.0.2
http: ^1.1.2
path: ^1.8.2
typed_data: ^1.3.2
http_parser: ^4.0.2
animated_floating_buttons: ^0.0.2
emoji_picker_flutter: ^2.2.0
syncfusion_flutter_charts:
git:
url: https://github.com/Luvti/flutter-widgets
path: packages/syncfusion_flutter_charts
ref: 15e3c4a95e3cf2e2393755bf5aa11c0206ed6dea #flutter/3.24
carousel_slider: ^5.0.0
flutter_downloader: 1.11.7
open_file_plus: ^3.4.1
open_file_manager: ^1.0.2
just_the_tooltip: ^0.0.12
syncfusion_flutter_pdfviewer: ^26.2.8
video_player: ^2.9.1
audioplayers: ^6.0.0
dependency_overrides:
syncfusion_flutter_core: any
dev_dependencies:
icons_launcher:
flutter_lints: ^2.0.1
flutter_test:
sdk: flutter
icons_launcher:
image_path: "assets/image/ic_launcher.png"
platforms:
android:
enable: true
ios:
enable: true
macos:
enable: true
flutter_icons:
ios: true
android: true
image_path: "assets/image/ic_launcher.png"
flutter:
uses-material-design: true
assets:
- assets/image/
- assets/language/
fonts:
- family: Ubuntu
fonts:
- asset: assets/font/ubuntu/Ubuntu-Regular.ttf
weight: 400
- asset: assets/font/ubuntu/Ubuntu-Medium.ttf
weight: 500
- asset: assets/font/ubuntu/Ubuntu-Bold.ttf
weight: 600