liwe3
library
Functions
-
alertDialog({String title = 'Alert', String content = 'Alert message', Function? confirm})
→ Future
-
-
buildIV(String masterPassword)
→ IV
-
-
buildKey(String masterPassword)
→ Key
-
-
challengeCreate(List<String> params, String secret)
→ String
-
-
confirmDialog({String title = 'Confirm', String content = 'Are you sure?', Function? confirm, Function? cancel, String confirmLabel = 'Yes', String cancelLabel = 'No'})
→ Future
-
-
currencyFormat(double number, {String thousandSeparator = '.', String decimalSeparator = ','})
→ String
-
-
decryptString(String source, String masterPassword)
→ String
-
-
encryptString(String source, String masterPassword)
→ String
-
-
generateStops(int len)
→ List<double>
-
-
getAppDir()
→ Future<String>
-
-
toDouble(String value)
→ double
-
-
toInt(String value)
→ int
-
-
toMD5(String source)
→ String
-
-
toString(dynamic value)
→ String
-
-
VScroll({Key? key, required List<Widget> children, int paddingLeft = 0, int paddingRight = 0, int paddingTop = 0, int paddingBottom = 0})
→ Widget
-
-
zprint(String message)
→ void
-