• 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
  • Update Web example · 11fbc854
    11fbc854 Browse Files
    David PHAM-VAN authored 2019-11-03 09:20:00 -0500
pubspec.yaml 306 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
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:
  intl:

dependency_overrides:
  pdf:
    path: ../

dev_dependencies:
  build_runner:
  build_web_compilers:
  webdev: