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-07-29 08:07:07 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
09311f88edbda29a1612a3a2bd228d190adb68de
09311f88
1 parent
5f192b78
Force the latest version of pdf_widget_wrapper
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
printing/CHANGELOG.md
printing/pubspec.yaml
printing/CHANGELOG.md
View file @
09311f8
...
...
@@ -5,6 +5,7 @@
-
Added new printing output type value on iOS
[
Matteo Ricupero
]
-
Workaround for iOS bug and force paper size
[
Matteo Ricupero
]
-
Update package:web
[
Sabin Neupane
]
-
Force the latest version of pdf_widget_wrapper
## 5.13.1
...
...
printing/pubspec.yaml
View file @
09311f8
...
...
@@ -31,7 +31,7 @@ dependencies:
image
:
^4.0.02
meta
:
"
>=1.3.0
<2.0.0"
pdf
:
^3.10.0
pdf_widget_wrapper
:
'
>=1.0.
0
<2.0.0'
pdf_widget_wrapper
:
'
>=1.0.
4
<2.0.0'
plugin_platform_interface
:
^2.1.0
web
:
^1.0.0
...
...
@@ -44,8 +44,8 @@ dev_dependencies:
dependency_overrides
:
pdf
:
path
:
../pdf
# pdf_widget_wrapper:
# path: ../widget_wrapper
pdf_widget_wrapper
:
path
:
../widget_wrapper
flutter
:
plugin
:
...
...
Please
register
or
login
to post a comment