We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395edf7 commit 29ad4b3Copy full SHA for 29ad4b3
example/PDFs/PSPDFKit Image Example.jpg renamed to example/PDFs/PSPDFKit_Image_Example.jpg
example/lib/main.dart
@@ -18,7 +18,7 @@ import 'package:pspdfkit_flutter/pspdfkit.dart';
18
19
const String _documentPath = 'PDFs/PSPDFKit.pdf';
20
const String _lockedDocumentPath = 'PDFs/protected.pdf';
21
-const String _imagePath = 'PDFs/PSPDFKit Image Example.jpg';
+const String _imagePath = 'PDFs/PSPDFKit_Image_Example.jpg';
22
const String _formPath = 'PDFs/Form_example.pdf';
23
const String _instantDocumentJsonPath = 'PDFs/Instant/instant-document.json';
24
const String _pspdfkitFlutterPluginTitle = 'PSPDFKit Flutter Plugin example app';
0 commit comments