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
2021-08-13 09:21:28 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b249f5e25ef2a91a190de2c046e0aa9a21f425ac
b249f5e2
1 parent
fac86df2
Fix typo in README
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
printing/CHANGELOG.md
printing/README.md
printing/pubspec.yaml
printing/CHANGELOG.md
View file @
b249f5e
# Changelog
## 5.5.1
-
Fix typo in README.
## 5.5.0
-
Add custom loading widget to PdfPreview widget
...
...
printing/README.md
View file @
b249f5e
...
...
@@ -143,7 +143,7 @@ PdfPreview(
);
```
This widget is compatible with Android, iOS, macOS, Lin
au
, Windows and web.
This widget is compatible with Android, iOS, macOS, Lin
ux
, Windows and web.
## Designing your PDF document
...
...
printing/pubspec.yaml
View file @
b249f5e
...
...
@@ -7,7 +7,7 @@ description: >
homepage
:
https://github.com/DavBfr/dart_pdf/tree/master/printing
repository
:
https://github.com/DavBfr/dart_pdf
issue_tracker
:
https://github.com/DavBfr/dart_pdf/issues
version
:
5.5.
0
version
:
5.5.
1
environment
:
sdk
:
"
>=2.12.0
<3.0.0"
...
...
Please
register
or
login
to post a comment