• 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
  • pdf
  • web_example
  • pubspec.yaml
  • Add web example · 6715a3fa
    6715a3fa Browse Files
    David PHAM-VAN authored 2019-08-23 16:53:12 -0400
pubspec.yaml 298 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
name: web_example
version: 1.0.0
homepage: https://github.com/DavBfr/dart_pdf
author: David PHAM-VAN <dev.nfet.net@gmail.com>

environment:
  sdk: '>=2.2.0 <3.0.0'

dependencies:
  pdf:

dependency_overrides:
  pdf:
    path: ../

dev_dependencies:
  build_runner:
  build_web_compilers:
  webdev: