dart_pdf_editor_assets 4.5.0
dart_pdf_editor_assets: ^4.5.0 copied to clipboard
Optional bundled assets for dart_pdf_editor - the six editor fonts, the metric-compatible TeX Gyre faces the renderer substitutes into unembedded standard-14 text, and the prebuilt web render worker. [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dart_pdf_editor_assetsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dart_pdf_editor_assets: ^4.5.0Alternatively, 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';