File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ adb push /path/to/your/document.pdf /sdcard/document.pdf
216216 url: git://github.com/PSPDFKit/pspdfkit-flutter.git
217217` ` `
218218
219- 4. Add a `PDFs` directory with a document in it in the root directory : ` myapp/PDFs/Guide_v4 .pdf` and specify it in your `pubspec.yaml`:
219+ 4. Add a `PDFs` directory with a document in it in the root directory : ` myapp/PDFs/PSPDFKit .pdf` and specify it in your `pubspec.yaml`:
220220
221221` ` ` yaml
222222 assets:
@@ -264,7 +264,7 @@ import 'package:flutter/services.dart';
264264import 'package:path_provider/path_provider.dart';
265265import 'package:pspdfkit_flutter/pspdfkit.dart';
266266
267- const String DOCUMENT_PATH = 'PDFs/Guide_v4 .pdf';
267+ const String DOCUMENT_PATH = 'PDFs/PSPDFKit .pdf';
268268const String PSPDFKIT_FLUTTER_PLUGIN_TITLE = 'PSPDFKit Flutter Plugin example app';
269269const String OPEN_DOCUMENT_BUTTON = 'Tap to Open Document';
270270const String PSPDFKIT_FOR = 'PSPDFKit for';
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import 'package:flutter/services.dart';
1515import 'package:path_provider/path_provider.dart' ;
1616import 'package:pspdfkit_flutter/pspdfkit.dart' ;
1717
18- const String _documentPath = 'PDFs/Guide_v4 .pdf' ;
18+ const String _documentPath = 'PDFs/PSPDFKit .pdf' ;
1919const String _lockedDocumentPath = 'PDFs/protected.pdf' ;
2020const String _imagePath = 'PDFs/PSPDFKit Image Example.jpg' ;
2121const String _formPath = 'PDFs/Form_example.pdf' ;
You can’t perform that action at this time.
0 commit comments