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
2020-04-21 20:27:05 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0d46a4679c4c6240a86c9fe1e9f735d717cd965f
0d46a467
1 parent
6bc5c26f
Update dependency to Barcode 1.8.0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
pdf/CHANGELOG.md
pdf/pubspec.yaml
pdf/test/widget_barcode_test.dart
test/golden/widgets-barcode.pdf
pdf/CHANGELOG.md
View file @
0d46a46
...
...
@@ -4,6 +4,7 @@
-
Use the Barcode library to generate QR-Codes
-
Fix Jpeg size detection
-
Update dependency to Barcode 1.8.0
## 1.6.1
...
...
pdf/pubspec.yaml
View file @
0d46a46
...
...
@@ -15,7 +15,7 @@ dependencies:
utf
:
^0.9.0
crypto
:
^2.0.6
archive
:
^2.0.10
barcode
:
^1.
7
.0
barcode
:
^1.
8
.0
image
:
^2.1.4
dev_dependencies
:
...
...
pdf/test/widget_barcode_test.dart
View file @
0d46a46
...
...
@@ -56,7 +56,7 @@ Widget barcode(
void
main
(
)
{
setUpAll
(()
{
Document
.
debug
=
true
;
//
Document.debug = true;
pdf
=
Document
();
});
...
...
@@ -76,7 +76,10 @@ void main() {
barcode
(
Barcode
.
ean5
(),
'30897'
,
width:
60
),
barcode
(
Barcode
.
itf14
(),
'2578639587234'
),
barcode
(
Barcode
.
telepen
(),
'Telepen'
),
barcode
(
Barcode
.
codabar
(),
'1234-5678'
),
barcode
(
Barcode
.
qrCode
(),
'QR-Code!'
,
width:
120
,
height:
120
),
barcode
(
Barcode
.
pdf417
(),
'PDF147 Demo'
,
height:
35
),
barcode
(
Barcode
.
dataMatrix
(),
'Data Matrix'
,
width:
120
,
height:
120
),
],
),
);
...
...
test/golden/widgets-barcode.pdf
View file @
0d46a46
No preview for this file type
Please
register
or
login
to post a comment