Files
Tekeshwar Singh 24955aeac5 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
2020-10-06 10:30:19 +02:00

5 lines
157 B
Dart

class Constants {
static final String pdfURL =
"https://raw.githubusercontent.com/nisrulz/flutter-examples/master/view_pdf_file/assets/Hello.pdf";
}