flutter_ios_folder_picker 0.0.1 copy "flutter_ios_folder_picker: ^0.0.1" to clipboard
flutter_ios_folder_picker: ^0.0.1 copied to clipboard

PlatformiOS

A Flutter plugin to allow users to pick a folder on iOS. This plugin integrates with native iOS functionality to open the folder picker, enabling users to select a folder path within their file system [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_ios_folder_picker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_ios_folder_picker: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_ios_folder_picker/flutter_ios_folder_picker.dart';
2
likes
140
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to allow users to pick a folder on iOS. This plugin integrates with native iOS functionality to open the folder picker, enabling users to select a folder path within their file system. It is a simple and effective solution for apps that need folder access for file management on iOS devices.

Documentation

API reference

License

BSL-1.0 (license)

Dependencies

flutter

More

Packages that depend on flutter_ios_folder_picker