-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpubspec.yaml
83 lines (61 loc) · 1.43 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
name: flutter_resume_template
#description of the package
description: >-
This plugin provides a customizable resume template
that can be easily integrated into a Flutter application.
#Version to be released
version: 1.2.1
#package homepage:
homepage: https://github.com/JordyHers/flutter_resume_template
#package repository
repository: https://github.com/JordyHers/flutter_resume_template
#remove that when the package is ready to be published
#publish_to: none
#funding url
funding:
- https://patreon.com/user?u=91968185
#supported platforms
platforms:
android:
ios:
linux:
windows:
macos:
web:
#licence supported
license: MIT
#environment supported
environment:
sdk: '>=2.19.2 <4.0.0'
flutter: ">=2.5.0"
#dependencies
dependencies:
#Ui dependencies:
google_fonts: ^4.0.3
auto_size_text: ^3.0.0
flutter_shake_animated: ^0.0.5
http_mock_adapter: ^0.4.4
#logic package
pdf: ^3.10.1
path_provider: ^2.0.14
flutter:
sdk: flutter
#screenshots
#screenshots:
# - description: 'This screenshot shows 2 available templates'
# path: images/layout_types.png
#dev dependencies
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
# plugin dependencies
flutter:
plugin:
platforms:
android:
package: com.jordyhers.flutter_resume_template
pluginClass: FlutterResumeTemplatePlugin
ios:
pluginClass: FlutterResumeTemplatePlugin
web: