mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-11-09 04:58:58 +00:00
view_pdf_file example added (#57)
* view_pdf_file example added * made revelent changes changed package, example of both load pdf from asset and url, added link from example in readme * added example view_pdf_file * Added View PDF File example * minor changes
This commit is contained in:
4
view_pdf_file/lib/constants.dart
Normal file
4
view_pdf_file/lib/constants.dart
Normal file
@@ -0,0 +1,4 @@
|
||||
class Constants {
|
||||
static final String pdfURL =
|
||||
"https://raw.githubusercontent.com/nisrulz/flutter-examples/master/view_pdf_file/assets/Hello.pdf";
|
||||
}
|
||||
Reference in New Issue
Block a user