FilePickerAdapter class

Adapter to use the file picker available on all platforms.

Internally, the file_picker package is used.

The pickCamera function is not available.

すべてのプラットフォームで利用可能なファイルピッカーを利用するためのアダプター。

内部的にはfile_pickerのパッケージが利用されています。

pickCameraの機能は利用できません。

Inheritance

Constructors

FilePickerAdapter()
Adapter to use the file picker available on all platforms.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickCamera({String? dialogTitle, PickerFileType type = PickerFileType.any}) Future<PickerValue>
Implement a process to activate the camera and pick up the captured media files.
override
pickMultiple({String? dialogTitle, PickerFileType type = PickerFileType.any}) Future<List<PickerValue>>
Implement a process to pick up multiple files.
override
pickSingle({String? dialogTitle, PickerFileType type = PickerFileType.any}) Future<PickerValue>
Implement a process to pick up single files.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited