-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to open a PDF document from Assets folder? #15
Comments
Something like that should work:
|
how do you load a local pdf from a local json file |
static Future pdfFromAsset(String asset) async {
} final file = await pdfFromAsset(path); |
{ Future readJson() async { |
How do I open a PDF document from Assets folder?
The text was updated successfully, but these errors were encountered: