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-06-24 08:58:25 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1ca69a1be81c19df4bd48e1ad5d2325419b30925
1ca69a1b
1 parent
f2bfed59
Update Pdfium libraries
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
printing/CHANGELOG.md
printing/linux/CMakeLists.txt
printing/pubspec.yaml
printing/windows/CMakeLists.txt
printing/CHANGELOG.md
View file @
1ca69a1
# Changelog
## 5.4.3
-
Update Pdfium libraries
## 5.4.2
-
Use proper print dialog on Firefox
...
...
printing/linux/CMakeLists.txt
View file @
1ca69a1
...
...
@@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.10)
set
(
PROJECT_NAME
"printing"
)
project
(
${
PROJECT_NAME
}
LANGUAGES CXX
)
set
(
PDFIUM_VERSION
"
latest
"
)
set
(
PDFIUM_VERSION
"
4542
"
)
if
(
${
PDFIUM_VERSION
}
STREQUAL
"latest"
)
set
(
PDFIUM_URL
"https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-linux.tgz"
)
...
...
printing/pubspec.yaml
View file @
1ca69a1
...
...
@@ -7,7 +7,7 @@ description: >
homepage
:
https://github.com/DavBfr/dart_pdf/tree/master/printing
repository
:
https://github.com/DavBfr/dart_pdf
issue_tracker
:
https://github.com/DavBfr/dart_pdf/issues
version
:
5.4.
2
version
:
5.4.
3
environment
:
sdk
:
"
>=2.12.0
<3.0.0"
...
...
printing/windows/CMakeLists.txt
View file @
1ca69a1
...
...
@@ -17,7 +17,7 @@ set(PROJECT_NAME "printing")
project
(
${
PROJECT_NAME
}
LANGUAGES CXX
)
set
(
ARCH
"x64"
)
set
(
PDFIUM_VERSION
"45
03
"
)
set
(
PDFIUM_VERSION
"45
49
"
)
if
(
${
PDFIUM_VERSION
}
STREQUAL
"latest"
)
set
(
PDFIUM_URL
"https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-windows-
${
ARCH
}
.zip"
)
...
...
Please
register
or
login
to post a comment