iampawan / iampawan/FlutterPDFViewer

NotUrLPath

Open
#2 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
73
Forks
35
PR merge metrics
No merged PRs in 30d

Description

In given example: PDF not read by URL. it read from assets path
RaisedButton(
color: Colors.amber,
child: Text("Open from URL"),
onPressed: () {
if (urlPDFPath != null) {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) =>
PdfViewPage(path: assetPDFPath)));
}
},
),

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.