folder_selector

Last updated:

0 purchases

folder_selector Image
folder_selector Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.