• 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
  • Opt-in null-safety · 01307ba6
    01307ba6 Browse Files
    David PHAM-VAN authored 2021-02-02 08:45:12 -0400
pubspec.yaml 301 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.12.0-224.0.dev <3.0.0'

dependencies:
  flutter:
    sdk: flutter
  pdf:
  printing:

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

flutter:
  uses-material-design: true