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-03-22 09:44:04 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9a7d3eba04e56d6d4ce51e94db7216eb09a17e1e
9a7d3eba
1 parent
207a2d6f
Fix documentation
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
pdf/CHANGELOG.md
pdf/lib/src/widgets/multi_page.dart
pdf/pubspec.yaml
pdf/CHANGELOG.md
View file @
9a7d3eb
# Changelog
## 3.1.1
-
Fix documentation
## 3.1.0
-
Fix some linting issues
...
...
pdf/lib/src/widgets/multi_page.dart
View file @
9a7d3eb
...
...
@@ -98,6 +98,7 @@ class _MultiPageInstance {
/// Text('World'),
/// ];
/// }));
/// ```
///
/// An inner widget tree cannot be bigger than a page: A [Widget] cannot be drawn
/// partially on one page and the remaining on another page: It's insecable.
...
...
pdf/pubspec.yaml
View file @
9a7d3eb
...
...
@@ -4,7 +4,7 @@ description: A pdf producer for Dart. It can create pdf files for both web or fl
homepage
:
https://github.com/DavBfr/dart_pdf/tree/master/pdf
repository
:
https://github.com/DavBfr/dart_pdf
issue_tracker
:
https://github.com/DavBfr/dart_pdf/issues
version
:
3.1.
0
version
:
3.1.
1
environment
:
sdk
:
"
>=2.12.0-0
<3.0.0"
...
...
Please
register
or
login
to post a comment