StringAnko extension

on

Properties

toBase64 String

Available on String, provided by the StringAnko extension

? Convert Filepath to Base64
no setter
toDouble double

Available on String, provided by the StringAnko extension

no setter
toInt int

Available on String, provided by the StringAnko extension

no setter

Methods

browse() → void

Available on String, provided by the StringAnko extension

? Browse the passed String as Link
dial() → void

Available on String, provided by the StringAnko extension

? Dial Phone Number
email(String to, {String subject = 'New Mail'}) → void

Available on String, provided by the StringAnko extension

? Send Email With The Passed String As Email Body
log({String? tag, Object? error, StackTrace? stackTrace, Zone? zone}) → void

Available on String, provided by the StringAnko extension

logError({String? tag, Object? error, StackTrace? stackTrace, Zone? zone}) → void

Available on String, provided by the StringAnko extension

logOther({String? tag, required Level level, Object? error, StackTrace? stackTrace, Zone? zone}) → void

Available on String, provided by the StringAnko extension

logWarning({String? tag, Object? error, StackTrace? stackTrace, Zone? zone}) → void

Available on String, provided by the StringAnko extension

sendWhatsAppMessage({String? phone}) → void

Available on String, provided by the StringAnko extension

? Send Whats App Message With the passed String as Message Body
share({String? subject}) → void

Available on String, provided by the StringAnko extension

? Share Passed Text
showErrorSnackBar(BuildContext context, {Duration duration = const Duration(milliseconds: 500), Color? backgroundColor, TextDirection? direction}) → void

Available on String, provided by the StringAnko extension

showSnackBar(BuildContext context, {Duration duration = const Duration(milliseconds: 500), TextStyle? style, Color? backgroundColor, TextDirection? direction}) → void

Available on String, provided by the StringAnko extension