pubspec.yaml 560 Bytes
name: readme_to_dart
description: Readme Markdown to dart source converter.
homepage: https://github.com/DavBfr/dart_pdf/tree/master/test
repository: https://github.com/DavBfr/dart_pdf
issue_tracker: https://github.com/DavBfr/dart_pdf/issues
version: 1.0.0

environment:
  sdk: ">=2.18.0 <4.0.0"
  flutter: ">=3.7.0"

dependencies:
  args:
  flutter:
    sdk: flutter
  htmltopdfwidgets:
  markdown:
  meta:
  string_scanner:
  pdf:
  printing:
  path:
  image:
  path_provider:

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