A new Flutter application.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- pdf package
- pdf_flutter package
- file_picker package
- path_provider package
- How to Read file from Internet
- How to Read file from Assets
- How to Read file from External Storage's File
- How to Create/Generate and Save PDF file
Add below line of code into your app's <AndroidManifest.xml>
file.
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
This is required to access/read file(s) from External Storage.