• 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
  • printing
  • example
  • pubspec.yaml
  • Sort pubspec dependencies · e07a2871
    e07a2871 Browse Files
    David PHAM-VAN authored 2020-10-25 08:58:19 -0400
pubspec.yaml 290 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 21 22
name: printing_example
description: Pdf Printing Example

version: 1.0.0+1

environment:
  sdk: ">=2.7.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter
  pdf:
  printing:

dependency_overrides:
  pdf:
    path: ../../pdf
  printing:
    path: ../

flutter:
  uses-material-design: true