PickersManager class
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
-
showPickers({required PickersArguments arguments, required PickersLangs langArguments, required PickersPermission permission, required OnPickerSelectorCall selectorCall, PickMode mode = PickMode.all, String? action})
→ void
-
图片、视频选择器
arguments
图片选择器参数
langArguments
多语言配置参数
permissions
审核拍照、图片、存储权限
Android调用权限值:
AndroidPermission.readExternalStorage
AndroidPermission.writeExternalStorage
AndroidPermission.camera
iOS调用权限值:
mode
选择模式 全部 照片 视频
-
toString()
→ String
-
A string representation of this object.
inherited