dart_pdf_editor_assets 3.8.0 copy "dart_pdf_editor_assets: ^3.8.0" to clipboard
dart_pdf_editor_assets: ^3.8.0 copied to clipboard

Optional bundled assets for dart_pdf_editor - the six editor fonts and the prebuilt web render worker. Depend on it (and call registerBundledEditorAssets) for the full-featured editor; omit it for a s [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dart_pdf_editor_assets

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

dependencies:
  dart_pdf_editor_assets: ^3.8.0

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

Import it

Now in your Dart code, you can use:

import 'package:dart_pdf_editor_assets/dart_pdf_editor_assets.dart';
0
likes
140
points
6.67k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Optional bundled assets for dart_pdf_editor - the six editor fonts and the prebuilt web render worker. Depend on it (and call registerBundledEditorAssets) for the full-featured editor; omit it for a size-minimal viewer that ships neither.

Repository (GitHub)
View/report issues
Contributing

Topics

#pdf #pdf-editor #fonts #assets

License

Apache-2.0 (license)

Dependencies

dart_pdf_editor, flutter

More

Packages that depend on dart_pdf_editor_assets