• This project
    • Loading...
  • Sign in

flutter_package / dart_pdf

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • dart_pdf
  • pubspec.yaml
  • Update version · 5db513fe
    5db513fe Browse Files
    David PHAM-VAN authored 2018-07-24 15:20:20 -0400
pubspec.yaml 303 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
name: pdf
author: David PHAM-VAN <dev.nfet.net@gmail.com>
description: A pdf producer for Dart
homepage: https://github.com/davbfr/dart_pdf
version: 1.0.1

environment:
  sdk: ">=1.8.0 <2.0.0"

dependencies:
  meta: "^1.1.5"
  ttf_parser: "^1.0.0"
  vector_math: "^2.0.0"

dev_dependencies:
  test: any