Skip to content

NotUrLPath #2

@hims9391

Description

@hims9391

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)));
}
},
),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions