David PHAM-VAN

Fix documentation

# Changelog
## 3.1.1
- Fix documentation
## 3.1.0
- Fix some linting issues
... ...
... ... @@ -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.
... ...
... ... @@ -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"
... ...