joseph-grabinger / flutter_to_pdf

Create PDFs but work with normal Flutter Widgets.
MIT License
21 stars 17 forks source link

Package / Plugin template #1

Closed joseph-grabinger closed 1 year ago

joseph-grabinger commented 1 year ago

Convert to package/plugin template.

https://docs.flutter.dev/development/packages-and-plugins/developing-packages

  1. run flutter create --template=package teaplates
  2. move code from old /lib/pf to new /lib in the newly created package project