AppPickers class
Constructors
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
pickCalendarDate(
) → Future< DateTime?> -
pickCalendarRange(
) → Future< DateTimeRange?> -
pickDate(
) → Future< DateTime?> -
pickDateRange(
) → Future< DateTimeRange?> -
pickDirectory(
) → Future< String?> -
pickDuration(
) → Future< Duration?> -
pickFile(
) → Future< File?> -
pickImage(
{bool fromCamera = false}) → Future< File?> -
pickImageWithDialog(
) → Future< File?> -
pickMultipleDates(
) → Future< List< DateTime> ?> -
pickMultipleFiles(
) → Future< List< File> > -
pickMultipleImages(
) → Future< List< File> > -
pickTime(
) → Future< TimeOfDay?> -
pickVideo(
{bool fromCamera = false}) → Future< File?> -
requestMultiplePermissions(
List< Permission> permissions) → Future<Map< Permission, bool> > -
requestPermission(
Permission permission) → Future< bool> -
scanQR(
) → Future< String?>