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
2023-05-18 09:56:36 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
507ecad9b1bc4cb2598fa4de01f9f17478d09fd9
507ecad9
1 parent
7f10234b
Fix Deprecation warning message
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
pdf/CHANGELOG.md
pdf/lib/src/widgets/table.dart
pdf/pubspec.yaml
pdf/CHANGELOG.md
View file @
507ecad
# Changelog
## 3.10.4
-
Fix Deprecation warning message
## 3.10.3
-
Set xml 6.3.0 as minimum dependency
...
...
pdf/lib/src/widgets/table.dart
View file @
507ecad
...
...
@@ -235,7 +235,7 @@ class Table extends Widget with SpanningWidget {
this
.
tableWidth
=
TableWidth
.
max
,
})
:
super
();
@Deprecated
(
'Use T
ext
Helper.fromTextArray() instead.'
)
@Deprecated
(
'Use T
able
Helper.fromTextArray() instead.'
)
factory
Table
.
fromTextArray
({
Context
?
context
,
required
List
<
List
<
dynamic
>>
data
,
...
...
pdf/pubspec.yaml
View file @
507ecad
...
...
@@ -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"
...
...
Please
register
or
login
to post a comment