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
2019-10-28 16:52:10 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
107f89c20e071a47cefa46dbcb05f21e4bc00c29
107f89c2
1 parent
dab4fc72
Fix warning in example
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
pdf/CHANGELOG.md
printing/example/lib/example_widgets.dart
pdf/CHANGELOG.md
View file @
107f89c
...
...
@@ -2,6 +2,7 @@
## 1.3.24
-
Fix warning in example
-
Format Java code
## 1.3.23
...
...
printing/example/lib/example_widgets.dart
View file @
107f89c
...
...
@@ -132,7 +132,7 @@ class _QrCodeWidget extends Widget {
}
catch
(
ex
)
{
if
(
onError
!=
null
)
{
_hasError
=
true
;
this
.
onError
(
ex
);
onError
(
ex
);
}
}
}
...
...
Please
register
or
login
to post a comment