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
2024-01-27 09:52:10 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
562e3e685974e6519f8bf4336e247fb4b3c2c0b2
562e3e68
1 parent
d95edb16
Add Flutter's Logical Pixel constant
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletions
pdf/CHANGELOG.md
pdf/lib/src/pdf/page_format.dart
pdf/pubspec.yaml
pdf/CHANGELOG.md
View file @
562e3e6
# Changelog
## 3.10.8
-
Add Flutter's Logical Pixel constant
## 3.10.7
-
Fix empty lines text gap
...
...
pdf/lib/src/pdf/page_format.dart
View file @
562e3e6
...
...
@@ -60,6 +60,9 @@ class PdfPageFormat {
static
const
double
cm
=
inch
/
2.54
;
static
const
double
mm
=
inch
/
25.4
;
/// Flutter's Logical Pixel
static
const
double
dp
=
72.0
/
150.0
;
final
double
width
;
final
double
height
;
...
...
pdf/pubspec.yaml
View file @
562e3e6
...
...
@@ -12,7 +12,7 @@ topics:
-
print
-
printing
-
report
version
:
3.10.
7
version
:
3.10.
8
environment
:
sdk
:
"
>=2.18.0
<4.0.0"
...
...
Please
register
or
login
to post a comment