David PHAM-VAN

Add Flutter's Logical Pixel constant

# Changelog
## 3.10.8
- Add Flutter's Logical Pixel constant
## 3.10.7
- Fix empty lines text gap
... ...
... ... @@ -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;
... ...
... ... @@ -12,7 +12,7 @@ topics:
- print
- printing
- report
version: 3.10.7
version: 3.10.8
environment:
sdk: ">=2.18.0 <4.0.0"
... ...