pubspec.yaml 588 Bytes
name: pdf
description: A pdf producer for Dart. It can create pdf files for both web or flutter.
homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf
repository: https://github.com/DavBfr/dart_pdf
issue_tracker: https://github.com/DavBfr/dart_pdf/issues
version: 3.7.0

environment:
  sdk: ">=2.12.0 <3.0.0"

dependencies:
  archive: ^3.1.0
  barcode: ">=2.2.0 <=3.0.0"
  crypto: ^3.0.0
  image: ">=3.0.1 <=4.0.0"
  meta: ^1.7.0
  path_parsing: ">=0.2.0 <=2.0.0"
  vector_math: ^2.1.0
  xml: ">=5.1.0 <=6.0.0"

dev_dependencies:
  flutter_lints: ^1.0.4
  test: ">=1.16.0 <=2.0.0"