forked from mohammadhprp/flutter_html_to_pdf2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
29 lines (25 loc) · 916 Bytes
/
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
name: flutter_html_to_pdf
description: Flutter plugin for generating PDF documents from HTML code templates
version: 0.8.2
homepage: https://github.com/Afur/flutter_html_to_pdf
environment:
sdk: ">=2.18.0 <3.0.0"
flutter: '>=3.3.10'
dependencies:
flutter:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# This section identifies this Flutter project as a plugin project.
# The androidPackage and pluginClass identifiers should not ordinarily
# be modified. They are used by the tooling to maintain consistency when
# adding or updating assets for this project.
plugin:
platforms:
android:
package: com.afur.flutter_html_to_pdf
pluginClass: FlutterHtmlToPdfPlugin
ios:
pluginClass: FlutterHtmlToPdfPlugin