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
2020-12-27 06:00:11 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
deac1cab32a535ff093bb55117ac347e91df5974
deac1cab
1 parent
cc971a2c
Deprecate an unused function
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pdf/lib/src/page_list.dart
pdf/lib/src/page_list.dart
View file @
deac1ca
...
...
@@ -28,6 +28,7 @@ class PdfPageList extends PdfObject {
final
List
<
PdfPage
>
pages
=
<
PdfPage
>[];
/// This returns a specific page. Used by the Pdf class.
@Deprecated
(
'Use pages[index] instead'
)
PdfPage
getPage
(
int
page
)
=>
pages
[
page
];
@override
...
...
Please
register
or
login
to post a comment