Native Shopify Mobile App with 20 new features
Kickstart your hyperlocal marketplace in Corona pandemic with a starter guide
Android App Development
iOS App Development
Cross Platform App Development
Hire on-demand project developers and turn your idea into working reality.
Big thanks to Webkul and his team for helping get Opencart 3.0.3.7 release ready!
Deniel Kerr
Owner and Founder. Opencart
Top Partners
In this blog, we will learn and implement file picker in flutter. We are going to use file_picker package from pub.dev. file_picker package is very easy to use to select files from native file explorer, it allows you to use platform native file explorer to select files. It supports single and multiple file selection and also extension filtering to pick the files. File picker allow us to select different types of files like image, video, audio, pdf, document etc.
Create a new flutter project & add flutter picker package
open pubspec.yaml file & add file_picker
then run flutter pub get command to download the package into your flutter project.
Once you have added the dependencies package succesfully, to use file_picker you need to import it.
Now, you are ready to easily pick files in flutter app.
For Single file: If you want to pick a single file then no need to pass allowMultiple, default value is false for allowMultiple.
For Multiple file: If you want to pick more then one file at once(multiple file picking), you need to use below code.
2. allowedExtensions: : Allow only specific extensions file to be picker.Eg: allowedExtensions: [‘jpg’, ‘pdf’, ‘png’]
After picked files using filepicker, you can read the details of file like name of file, size of file, type of file(extensions) and path of selected file.
Code:
Here is the output of our file picker flutter simple example.
This is just a simple example of file picker in flutter. You can extend this file picker and customize this as your need.
You can go through the official documentation here for more details.
To read more Mobikul blogs, Please click here.
Thanks for reading…
Your email address will not be published. Required fields are marked*
Name*
Email*
Save my name email and website in this browser for the next time I comment.
Be the first to comment.
We use cookies to personalize your experience. By continuing to visit this website you agree to our use of cookies. Learn more about privacy policy
When I think in getting solutions for my Ecommerce Platform, I think of Webkul. They have been such a blessing in our business. We have spent thousands of dollars in support and modules from them. We love their support team. They work very closely with us, and they always go the extra mile when we need help.
Michael Urresta
USA
India
Global
Name
Email
Enquiry or Requirement
If you have more details or questions, you can reply to the received confirmation email.