How to add a File Picker plugin in Flutter?
问题 I am creating a Flutter project in which, I have a piece of data (JSON) that I want to Import from and Export to a location the user wants to. In order to achieve this, I require a File Picker plugin in Flutter. Now, I searched the Dart Packages repository for "file picker" but didn't find one. Is there a way to get a File Picker that looks like this: or even this... The first screenshot is preferable for me as it allows file selection from different sources (like Drive). Also, since I want