functions library
Classes
Functions
-
configureErrorWidgetBuilder(
{bool isProduction, ErrorWidgetBuilder productionBuilder}) → void - Show error unless ReleaseMode and isProduction is true. [...]
-
convertToHalfWidth(
String text) → String -
showErrorDialog(
{BuildContext context, dynamic error, ErrorDialogL10n l10n = const ErrorDialogL10n()}) → void -
showPhotoSelectionSheet(
{BuildContext context, PhotoSelectionL10n l10n = const PhotoSelectionL10n(), VoidCallback onSettingAppOpenRequested}) → Future< PickedFile>