pdf_kit_editor 0.1.0 copy "pdf_kit_editor: ^0.1.0" to clipboard
pdf_kit_editor: ^0.1.0 copied to clipboard

A powerful visual PDF template builder for Flutter. Create receipts, documents, and reports with a drag-and-drop-like experience, supporting custom layouts, Google Fonts, and dynamic data.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pdf_kit_editor

With Flutter:

 $ flutter pub add pdf_kit_editor

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  pdf_kit_editor: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pdf_kit_editor/pdf_kit.dart';
import 'package:pdf_kit_editor/pdf_layout_kit.dart';
3
likes
0
points
86
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful visual PDF template builder for Flutter. Create receipts, documents, and reports with a drag-and-drop-like experience, supporting custom layouts, Google Fonts, and dynamic data.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, freezed_annotation, http, json_annotation, pdf, printing, shared_preferences

More

Packages that depend on pdf_kit_editor