Toggle navigation
Toggle navigation
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
Authored by
David PHAM-VAN
2020-03-07 16:23:59 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2fd4fd6e28531546a13fb3b03ed50fdf00ebe424
2fd4fd6e
1 parent
afdf9b49
Change the dependency installation text
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
6 deletions
printing/README.md
printing/README.md
View file @
2fd4fd6
...
...
@@ -99,12 +99,7 @@ await for (var page in Printing.raster(pdf.save(), pages: [0, 1], dpi: 72)) {
## Installing
1.
Add this to your package's
`pubspec.yaml`
file:
```
yaml
dependencies
:
printing
:
any
# <-- Add this line
```
1.
Add this package to your package's
`pubspec.yaml`
file as described on the installation tab
2.
Enable Swift on the iOS project, in
`ios/Podfile`
:
...
...
Please
register
or
login
to post a comment