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
2022-02-05 10:12:50 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dcd5efe8dca1944aaee2aac423357f677941ef68
dcd5efe8
1 parent
7521260b
Update pdfium version to 4861
Show 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 @
dcd5efe
# Changelog
## 5.7.3
-
Update pdfium version to 4861
## 5.7.2
-
Fix dispose state issue
...
...
printing/linux/CMakeLists.txt
View file @
dcd5efe
...
...
@@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.10)
set
(
PROJECT_NAME
"printing"
)
project
(
${
PROJECT_NAME
}
LANGUAGES CXX
)
set
(
PDFIUM_VERSION
"4
706
"
CACHE STRING
"Version of pdfium used"
)
set
(
PDFIUM_VERSION
"4
861
"
CACHE STRING
"Version of pdfium used"
)
set
(
PDFIUM_ARCH
"x64"
CACHE STRING
"Architecture of pdfium used"
)
if
(
${
PDFIUM_VERSION
}
STREQUAL
"latest"
)
...
...
printing/pubspec.yaml
View file @
dcd5efe
...
...
@@ -6,7 +6,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.7.
2
version
:
5.7.
3
environment
:
sdk
:
"
>=2.12.0
<3.0.0"
...
...
printing/windows/CMakeLists.txt
View file @
dcd5efe
...
...
@@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.15)
set
(
PROJECT_NAME
"printing"
)
project
(
${
PROJECT_NAME
}
LANGUAGES CXX
)
set
(
PDFIUM_VERSION
"4
706
"
CACHE STRING
"Version of pdfium used"
)
set
(
PDFIUM_VERSION
"4
861
"
CACHE STRING
"Version of pdfium used"
)
set
(
PDFIUM_ARCH
"x64"
CACHE STRING
"Architecture of pdfium used"
)
if
(
${
PDFIUM_VERSION
}
STREQUAL
"latest"
)
...
...
Please
register
or
login
to post a comment