David PHAM-VAN

Fix documentation

1 # Changelog 1 # Changelog
2 2
  3 +## 3.1.1
  4 +
  5 +- Fix documentation
  6 +
3 ## 3.1.0 7 ## 3.1.0
4 8
5 - Fix some linting issues 9 - Fix some linting issues
@@ -98,6 +98,7 @@ class _MultiPageInstance { @@ -98,6 +98,7 @@ class _MultiPageInstance {
98 /// Text('World'), 98 /// Text('World'),
99 /// ]; 99 /// ];
100 /// })); 100 /// }));
  101 +/// ```
101 /// 102 ///
102 /// An inner widget tree cannot be bigger than a page: A [Widget] cannot be drawn 103 /// An inner widget tree cannot be bigger than a page: A [Widget] cannot be drawn
103 /// partially on one page and the remaining on another page: It's insecable. 104 /// 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 @@ -4,7 +4,7 @@ description: A pdf producer for Dart. It can create pdf files for both web or fl
4 homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf 4 homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf
5 repository: https://github.com/DavBfr/dart_pdf 5 repository: https://github.com/DavBfr/dart_pdf
6 issue_tracker: https://github.com/DavBfr/dart_pdf/issues 6 issue_tracker: https://github.com/DavBfr/dart_pdf/issues
7 -version: 3.1.0 7 +version: 3.1.1
8 8
9 environment: 9 environment:
10 sdk: ">=2.12.0-0 <3.0.0" 10 sdk: ">=2.12.0-0 <3.0.0"