iampawan / iampawan/FlutterPDFViewer
NotUrLPath
- 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.