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-19 11:08:38 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aba417d33ecacc011008bfe7c44ab83ea3a91b78
aba417d3
1 parent
93e1dc3b
Revert dart format
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
6 deletions
pdf/CHANGELOG.md
pdf/lib/src/widgets/chart/grid_cartesian.dart
pdf/lib/src/widgets/flex.dart
pdf/lib/src/widgets/forms.dart
pdf/lib/src/widgets/widget.dart
pdf/pubspec.yaml
pdf/CHANGELOG.md
View file @
aba417d
# Changelog
## 3.4.2
-
Revert dart format
## 3.4.1
-
Fix Nunito font parsing
...
...
pdf/lib/src/widgets/chart/grid_cartesian.dart
View file @
aba417d
...
...
@@ -28,7 +28,7 @@ class CartesianGrid extends ChartGrid {
CartesianGrid
({
required
GridAxis
xAxis
,
required
GridAxis
yAxis
,
})
:
_xAxis
=
xAxis
..
direction
=
Axis
.
horizontal
,
})
:
_xAxis
=
xAxis
..
direction
=
Axis
.
horizontal
,
_yAxis
=
yAxis
..
direction
=
Axis
.
vertical
;
final
GridAxis
_xAxis
;
...
...
pdf/lib/src/widgets/flex.dart
View file @
aba417d
...
...
@@ -608,7 +608,7 @@ class ListView extends StatelessWidget {
this
.
padding
,
required
this
.
itemBuilder
,
required
this
.
itemCount
,
})
:
children
=
null
,
})
:
children
=
null
,
separatorBuilder
=
null
,
super
();
...
...
@@ -619,7 +619,7 @@ class ListView extends StatelessWidget {
required
this
.
itemBuilder
,
required
this
.
separatorBuilder
,
required
this
.
itemCount
,
})
:
children
=
null
,
})
:
children
=
null
,
spacing
=
null
,
super
();
...
...
pdf/lib/src/widgets/forms.dart
View file @
aba417d
...
...
@@ -106,7 +106,7 @@ class FlatButton extends SingleChildWidget {
this
.
flags
,
required
Widget
child
,
required
this
.
name
,
})
:
_childDown
=
Container
(
})
:
_childDown
=
Container
(
child:
DefaultTextStyle
(
style:
TextStyle
(
color:
textColor
),
child:
child
,
...
...
pdf/lib/src/widgets/widget.dart
View file @
aba417d
...
...
@@ -46,7 +46,7 @@ class Context {
PdfPage
?
page
,
PdfGraphics
?
canvas
,
required
HashMap
<
Type
,
Inherited
>
inherited
,
})
:
_page
=
page
,
})
:
_page
=
page
,
_canvas
=
canvas
,
_inherited
=
inherited
;
...
...
pdf/pubspec.yaml
View file @
aba417d
...
...
@@ -4,7 +4,7 @@ description: A pdf producer for Dart. It can create pdf files for both web or fl
homepage
:
https://github.com/DavBfr/dart_pdf/tree/master/pdf
repository
:
https://github.com/DavBfr/dart_pdf
issue_tracker
:
https://github.com/DavBfr/dart_pdf/issues
version
:
3.4.
1
version
:
3.4.
2
environment
:
sdk
:
"
>=2.12.0
<3.0.0"
...
...
Please
register
or
login
to post a comment