functions/functions library

Functions

configureErrorWidgetBuilder({required bool isProduction, ErrorWidgetBuilder? productionBuilder}) → void
Show error unless ReleaseMode and isProduction is true.
convertToHalfWidth(String text) String
showErrorDialog({required BuildContext context, dynamic error, ErrorDialogL10n l10n = const ErrorDialogL10n()}) → void
showPhotoSelectionSheet({required BuildContext context, PhotoSelectionL10n l10n = const PhotoSelectionL10n(), VoidCallback? onSettingAppOpenRequested, bool requestFullMetadata = false, bool allowMultiple = false}) Future<List<XFile>>