compdfkit_flutter 1.11.0 compdfkit_flutter: ^1.11.0 copied to clipboard
ComPDFKit for Flutter is a comprehensive SDK that allows you to quickly add PDF fuctions to any Flutter application, such as viewer, annotations, editing PDFs, forms and signatures.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add compdfkit_flutter
With Flutter:
$ flutter pub add compdfkit_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
compdfkit_flutter: ^1.11.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:compdfkit_flutter/compdfkit.dart';
import 'package:compdfkit_flutter/cpdf_configuration.dart';