mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-08-20 12:11:32 +08:00

* 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
5 lines
157 B
Dart
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";
|
|
}
|