David PHAM-VAN

Fix Deprecation warning message

# Changelog
## 3.10.4
- Fix Deprecation warning message
## 3.10.3
- Set xml 6.3.0 as minimum dependency
... ...
... ... @@ -235,7 +235,7 @@ class Table extends Widget with SpanningWidget {
this.tableWidth = TableWidth.max,
}) : super();
@Deprecated('Use TextHelper.fromTextArray() instead.')
@Deprecated('Use TableHelper.fromTextArray() instead.')
factory Table.fromTextArray({
Context? context,
required List<List<dynamic>> data,
... ...
... ... @@ -6,7 +6,7 @@ issue_tracker: https://github.com/DavBfr/dart_pdf/issues
screenshots:
- description: 'Example of a generated document'
path: example.jpg
version: 3.10.3
version: 3.10.4
environment:
sdk: ">=2.18.0 <4.0.0"
... ...