pdf_kit_editor 0.1.1
pdf_kit_editor: ^0.1.1 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_editorWith Flutter:
$ flutter pub add pdf_kit_editorThis 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.1Alternatively, 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';