To list and view PDF files from internal/external storage, you have to use flutter_file_manager, path, flutter_full_pdf_viewer , and path_provider_ex flutter package . Add the following lines in your pubspec. yaml file to add this package to your dependency.
Read moreHow do I upload files using Flutter?
To upload images and files to a server in Flutter we have multiple methods we can upload images to server by Using MultipartRequest class , we cal also use using http Plugin And Dio Plugins Here is the example given below.
Read more