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-02-21 10:28:51 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a53222176a68e797ecaaab391a9237aa6652214f
a5322217
1 parent
378571ed
Add compatibility with Flutter 3.20.0-7.0.pre.48
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
widget_wrapper/CHANGELOG.md
widget_wrapper/lib/src/widget_wrapper.dart
widget_wrapper/pubspec.yaml
widget_wrapper/CHANGELOG.md
View file @
a532221
# Changelog
## 1.0.4
-
Add compatibility with Flutter 3.20.0-7.0.pre.48
## 1.0.3
-
Add compatibility with Flutter 3.19.0
...
...
widget_wrapper/lib/src/widget_wrapper.dart
View file @
a532221
...
...
@@ -169,12 +169,7 @@ class WidgetWrapper extends pw.ImageProvider {
final
renderView
=
RenderView
(
child:
RenderPositionedBox
(
alignment:
Alignment
.
center
,
child:
repaintBoundary
),
configuration:
ViewConfiguration
(
size:
Size
(
computedConstraints
.
maxWidth
,
computedConstraints
.
maxHeight
,
),
devicePixelRatio:
view
.
devicePixelRatio
),
configuration:
ViewConfiguration
.
fromView
(
view
),
view:
view
,
);
...
...
widget_wrapper/pubspec.yaml
View file @
a532221
...
...
@@ -4,11 +4,11 @@ description: >
homepage
:
https://github.com/DavBfr/dart_pdf/tree/master/widget_wrapper
repository
:
https://github.com/DavBfr/dart_pdf
issue_tracker
:
https://github.com/DavBfr/dart_pdf/issues
version
:
1.0.
3
version
:
1.0.
4
environment
:
sdk
:
"
>=2.18.0
<4.0.0"
flutter
:
"
>=3.
19.0
"
flutter
:
"
>=3.
20.0-7.0.pre.48
"
dependencies
:
flutter
:
...
...
Please
register
or
login
to post a comment