-
Notifications
You must be signed in to change notification settings - Fork 3
/
pubspec.yaml
50 lines (44 loc) · 1.01 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
name: flutter_quill_to_pdf
description: "Create PDF'S using deltas from Quill, with configurable attributes, fonts, and custom pdf widgets"
version: 2.2.6
homepage:
repository: https://github.com/CatHood0/flutter_quill_to_pdf/
issue_tracker: https://github.com/CatHood0/flutter_quill_to_pdf/issues
environment:
sdk: ">=3.4.3 <4.0.0"
flutter: ">=1.17.0"
topics:
- pdf
- quill-delta
- pdf-widgets
- converter
- pdf-converter
screenshots:
- description: "Delta in editor"
path: example/assets/delta_to_convert.jpg
- description: "Delta converted in PDF"
path: example/assets/delta_converted.jpg
platforms:
android:
ios:
linux:
macos:
web:
windows:
dependencies:
dart_quill_delta: ^10.5.13
flutter_quill_delta_easy_parser: ^1.0.4
pdf: ^3.11.1
universal_html: ^2.2.4
cross_file: ^0.3.3+6
html_unescape: ^2.0.0
collection: ^1.18.0
html: ^0.15.4
path_provider: ^2.1.4
dio: ^5.7.0
numerus: ^2.2.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
test: