full_picker library

Properties

destinationFile Future<String>
no setter
language → Language
final

Functions

backArrowButton(BuildContext context, bool showAlone, bool audioRecorder, bool image, bool audio, bool video, bool file, ValueSetter<OutputFile> onSelected, ValueSetter<int> onError, bool? videoCompressor) → void
executedAudioPicker(bool image, bool audio, bool video, bool file, BuildContext context, bool showAlone, ValueSetter<OutputFile> onSelected, ValueSetter<int> onError) → void
executedFilePicker(BuildContext context, bool showAlone, ValueSetter<OutputFile> onSelected, ValueSetter<int> onError) → void
executedImagePicker(bool image, bool audio, bool video, bool file, BuildContext context, bool showAlone, ValueSetter<OutputFile> onSelected, ValueSetter<int> onError) → void
executedVideoPicker(bool image, bool audio, bool video, bool file, BuildContext context, bool showAlone, ValueSetter<OutputFile> onSelected, ValueSetter<int> onError, bool? videoCompressor) → void
fileSize(dynamic size, [int round = 2]) String
getFile(BuildContext contextMain, FileType type, String from) Future<File?>
newItem(String title, IconData icon, GestureTapCallback onTap) → dynamic
showSheet(Widget widget, BuildContext context) → void
timestamp() String
topSheet(bool image, bool audio, bool video, bool file, String title, bool showAlone, BuildContext context, bool audioRecorder, ValueSetter<OutputFile> onSelected, ValueSetter<int> onError, bool videoCompressor, {ValueSetter<int>? onBack}) → dynamic