Last updated:
0 purchases
folder selector
Folder Selector #
A new Flutter Plugin for selecting Folder in Android and IOS
Usage #
A File Selector Page is Available
On Selecting a folder return the path as String Format
import 'package:folder_selector/folder_selector.dart';
String path = await Navigator.of(context).push<String>(MaterialPageRoute(builder: (context) => FolderSelector(rootDir: rootDir,) ));
copied to clipboard
Parameters #
rootDir Directory required : To start from which Directory the path has to be selected
title String : Title of the Folder Selector Page
Permissions #
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.