AssetsPickerController class
- Mixed-in types
Constructors
- AssetsPickerController({AssetPickerConfig assetConfig = const AssetPickerConfig(), CameraPickerConfig cameraConfig = const CameraPickerConfig()})
Properties
-
allAssetEntity
↔ List<
ExtendedAssetEntity> -
getter/setter pair
- assetConfig ↔ AssetPickerConfig
-
资源选择器配置信息
getter/setter pair
- cameraConfig ↔ CameraPickerConfig
-
相机配置信息
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasListeners → bool
-
Whether any listeners are currently registered.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addListener(
VoidCallback listener) → void -
Register a closure to be called when the object changes.
inherited
-
deleteAsset(
String id) → void -
dispose(
) → void -
Discards any resources used by the object. After this is called, the
object is not in a usable state and should be discarded (calls to
addListener will throw after the object is disposed).
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
) → void -
Call all the registered listeners.
inherited
-
pickAssets(
BuildContext context, {AssetPickerConfig? pickerConfig, AssetPickerPageRouteBuilder< List< ? pageRouteBuilder}) → Future<AssetEntity> >List< ExtendedAssetEntity> ?> - 选择图片
-
pickFromCamera(
BuildContext context, {CameraPickerConfig? pickerConfig, CameraPickerPageRoute< AssetEntity> pageRouteBuilder(Widget picker)?}) → Future<ExtendedAssetEntity?> - 通过相机拍照
-
pickFromType(
BuildContext context, {bool mounted = true}) → Future< void> - 弹窗选择类型
-
removeListener(
VoidCallback listener) → void -
Remove a previously registered closure from the list of closures that are
notified when the object changes.
inherited
-
setWidget(
FlAssetsPicker assetsPicker) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateConfig(
{AssetPickerConfig? assetConfig, CameraPickerConfig? cameraConfig}) → void - 更新配置信息
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited