pubspec.yaml 466 Bytes
name: pdf
author: David PHAM-VAN <dev.nfet.net@gmail.com>
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: 1.3.4

environment:
  sdk: ">=2.1.0 <3.0.0"

dependencies:
  meta: "^1.1.5"
  vector_math: "^2.0.0"
  utf: "^0.9.0"

dev_dependencies:
  test: any