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-05-01 18:33:35 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
99e35549a87dc3bb49962849e1c0beabd430a9aa
99e35549
1 parent
af9158b2
Update Barcode library to 1.9.0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletions
pdf/CHANGELOG.md
pdf/pubspec.yaml
pdf/test/widget_barcode_test.dart
pdf/CHANGELOG.md
View file @
99e3554
...
...
@@ -5,6 +5,7 @@
-
Improve Table.fromTextArray()
-
Add curved LineDataSet Chart
-
Fix PdfColors.fromHex()
-
Update Barcode library to 1.9.0
## 1.7.1
...
...
pdf/pubspec.yaml
View file @
99e3554
...
...
@@ -15,7 +15,7 @@ dependencies:
utf
:
^0.9.0
crypto
:
^2.0.6
archive
:
^2.0.10
barcode
:
^1.
8
.0
barcode
:
^1.
9
.0
image
:
^2.1.4
dev_dependencies
:
...
...
pdf/test/widget_barcode_test.dart
View file @
99e3554
...
...
@@ -80,6 +80,7 @@ void main() {
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
),
barcode
(
Barcode
.
aztec
(),
'Aztec'
,
width:
120
,
height:
120
),
],
),
);
...
...
Please
register
or
login
to post a comment