-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
96 lines (71 loc) · 1.95 KB
/
Copy pathpubspec.yaml
File metadata and controls
96 lines (71 loc) · 1.95 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
name: stemeye_pdf_mobile
description: "A new Flutter project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.3.4 <4.0.0'
#--------------- PACKAGES ------------------#
dependencies:
flutter:
sdk: flutter
#Utility Packages
url_launcher: ^6.3.0
connectivity_plus: ^6.0.5
http: ^1.2.2
dio: ^5.7.0
permission_handler: ^11.3.1
file_saver: ^0.2.14
file_picker: ^8.1.2
pdf: ^3.11.1
archive: ^3.6.1
path_provider: ^2.1.4
flutter_colorpicker: ^1.1.0
syncfusion_flutter_pdfviewer: ^27.1.51
liquid_progress_indicator_v2: ^0.5.0
flutter_spinkit: ^5.2.1
flutter_svg: ^2.0.10+1
animated_custom_dropdown: ^3.1.1
open_file: ^3.5.9
shared_preferences: ^2.3.2
share_plus: ^10.1.0
webview_flutter: ^4.0.4
#Icons
cupertino_icons: ^1.0.6
iconsax: ^0.0.8
#State Management
get: ^4.6.6
#--------------- ./ PACKAGES END ------------------#
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.14.1
flutter_lints: ^3.0.0
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/project_import/launcher.png"
min_sdk_android: 24
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/project_import/launcher.png"
flutter:
uses-material-design: true
#--------------- LOCAL ASSETS ------------------#
assets:
- assets/conversion_icons/
- assets/project_import/
- assets/convert_file/
#--------------- LOCAL FONTS ------------------#
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages