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
2021-04-23 06:53:02 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
49b847f5e25e4527178cb9e69d1f7ec22a414515
49b847f5
1 parent
5867d947
Add PdfOutline.toString()
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
pdf/CHANGELOG.md
pdf/lib/src/pdf/outline.dart
pdf/CHANGELOG.md
View file @
49b847f
...
...
@@ -5,6 +5,7 @@
-
Fix Text.softWrap behavior
-
Add TableOfContent Widget
-
Add LinearProgressIndicator
-
Add PdfOutline.toString()
## 3.3.0
...
...
pdf/lib/src/pdf/outline.dart
View file @
49b847f
...
...
@@ -195,4 +195,9 @@ class PdfOutline extends PdfObjectDict {
return
c
;
}
@override
String
toString
()
{
return
'
$runtimeType
$anchor
$title
'
;
}
}
...
...
Please
register
or
login
to post a comment