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
2019-12-21 13:59:47 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
012d60b8ae1d73d923ea0999f27a8527d3e78a6f
012d60b8
1 parent
5e726219
Remove useless print()
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
pdf/lib/widgets/basic.dart
pdf/lib/widgets/basic.dart
View file @
012d60b
@@ -718,7 +718,6 @@ class FullPage extends SingleChildWidget {
@@ -718,7 +718,6 @@ class FullPage extends SingleChildWidget {
718
}
718
}
719
719
720
box
=
_getBox
(
context
);
720
box
=
_getBox
(
context
);
721
-
print
(
'layout box:
$box
'
);
722
}
721
}
723
722
724
@override
723
@override
Please
register
or
login
to post a comment