Showing
3 changed files
with
6 additions
and
2 deletions
@@ -235,7 +235,7 @@ class Table extends Widget with SpanningWidget { | @@ -235,7 +235,7 @@ class Table extends Widget with SpanningWidget { | ||
235 | this.tableWidth = TableWidth.max, | 235 | this.tableWidth = TableWidth.max, |
236 | }) : super(); | 236 | }) : super(); |
237 | 237 | ||
238 | - @Deprecated('Use TextHelper.fromTextArray() instead.') | 238 | + @Deprecated('Use TableHelper.fromTextArray() instead.') |
239 | factory Table.fromTextArray({ | 239 | factory Table.fromTextArray({ |
240 | Context? context, | 240 | Context? context, |
241 | required List<List<dynamic>> data, | 241 | required List<List<dynamic>> data, |
@@ -6,7 +6,7 @@ issue_tracker: https://github.com/DavBfr/dart_pdf/issues | @@ -6,7 +6,7 @@ issue_tracker: https://github.com/DavBfr/dart_pdf/issues | ||
6 | screenshots: | 6 | screenshots: |
7 | - description: 'Example of a generated document' | 7 | - description: 'Example of a generated document' |
8 | path: example.jpg | 8 | path: example.jpg |
9 | -version: 3.10.3 | 9 | +version: 3.10.4 |
10 | 10 | ||
11 | environment: | 11 | environment: |
12 | sdk: ">=2.18.0 <4.0.0" | 12 | sdk: ">=2.18.0 <4.0.0" |
-
Please register or login to post a comment