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-05-13 15:22:40 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
51158144469050fd52e91c8b6566756c234ee8e3
51158144
1 parent
340ef62e
Fix warning in printing test
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
printing/test/document.dart
printing/test/printing_test.dart
printing/test/document.dart
0 → 120000
View file @
5115814
../
example
/
lib
/
document
.
dart
\ No newline at end of file
...
...
printing/test/printing_test.dart
View file @
5115814
...
...
@@ -5,7 +5,7 @@ import 'package:flutter_test/flutter_test.dart';
import
'package:pdf/pdf.dart'
;
import
'package:pdf/widgets.dart'
as
pdf
;
import
'
../example/lib/
document.dart'
;
import
'document.dart'
;
void
main
(
)
{
testWidgets
(
'Pdf Generate the document'
,
(
WidgetTester
tester
)
async
{
...
...
Please
register
or
login
to post a comment