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-03-05 16:45:38 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6d1c93296ca05c0b59c6a5f2cd385f2dd358f5e6
6d1c9329
1 parent
1484463e
Fix warning in barcode
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pdf/lib/widgets/barcode.dart
pdf/lib/widgets/barcode.dart
View file @
6d1c932
...
...
@@ -162,7 +162,7 @@ class BarcodeWidget extends StatelessWidget {
this
.
drawText
=
true
,
this
.
textStyle
,
})
:
// ignore: deprecated_member_use_from_same_package
// ignore: deprecated_member_use
,deprecated_member_use
_from_same_package
barcode
=
barcode
??
Barcode
.
fromType
(
type
);
/// the barcode data
...
...
Please
register
or
login
to post a comment