• 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
  • Migrate to package:web and dart:js_interop · 67f451ae
    67f451ae Browse Files
    David PHAM-VAN authored 2024-05-16 08:43:53 -0300
pubspec.yaml 372 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 23 24 25 26 27
name: printing_example
description: Pdf Printing Example

version: 1.0.0+1

environment:
  sdk: ">=3.3.0 <4.0.0"

dependencies:
  flutter:
    sdk: flutter
  pdf:
  printing:
  vector_math: ^2.1.0
  xml: ">=5.1.0 <7.0.0"

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

dev_dependencies:
  flutter_lints:

flutter:
  uses-material-design: true