David PHAM-VAN

Fix warning in printing test

../example/lib/document.dart
\ No newline at end of file
... ...
... ... @@ -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 {
... ...