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-08-08 06:45:57 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f5f4a526b1019c401acc1c833bc8df68708b7d09
f5f4a526
1 parent
09311f88
Tighten dependencies
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
pdf/CHANGELOG.md
pdf/pubspec.yaml
printing/CHANGELOG.md
printing/pubspec.yaml
pdf/CHANGELOG.md
View file @
f5f4a52
...
...
@@ -3,6 +3,7 @@
## 3.11.1
-
Fixed display problems with textfields
[
ilaurillard
]
-
Tighten dependencies
## 3.11.0
...
...
pdf/pubspec.yaml
View file @
f5f4a52
...
...
@@ -18,7 +18,7 @@ environment:
sdk
:
"
>=2.19.0
<4.0.0"
dependencies
:
archive
:
^3.
1
.0
archive
:
^3.
4
.0
barcode
:
"
>=2.2.3
<3.0.0"
bidi
:
^2.0.10
crypto
:
^3.0.0
...
...
printing/CHANGELOG.md
View file @
f5f4a52
...
...
@@ -6,6 +6,7 @@
-
Workaround for iOS bug and force paper size
[
Matteo Ricupero
]
-
Update package:web
[
Sabin Neupane
]
-
Force the latest version of pdf_widget_wrapper
-
Tighten dependencies
## 5.13.1
...
...
printing/pubspec.yaml
View file @
f5f4a52
...
...
@@ -28,7 +28,7 @@ dependencies:
flutter_web_plugins
:
sdk
:
flutter
http
:
"
>=0.13.0
<2.0.0"
image
:
^4.
0.02
image
:
^4.
1.0
meta
:
"
>=1.3.0
<2.0.0"
pdf
:
^3.10.0
pdf_widget_wrapper
:
'
>=1.0.4
<2.0.0'
...
...
@@ -39,7 +39,7 @@ dev_dependencies:
flutter_lints
:
^4.0.0
flutter_test
:
sdk
:
flutter
mockito
:
^5.
3.2
mockito
:
^5.
4.4
dependency_overrides
:
pdf
:
...
...
Please
register
or
login
to post a comment