StringX extension
- on
Properties
- afterDot → String
-
Available on String, provided by the StringX extension
no setter - asterik → String
-
Available on String, provided by the StringX extension
no setter - base64Decoded → Uint8List?
-
Available on String, provided by the StringX extension
no setter - base64Encoded → String
-
Available on String, provided by the StringX extension
no setter - capitalized → String
-
Available on String, provided by the StringX extension
Capitalize each word inside string Example: your name => Your Nameno setter - capitalizedFirst → String
-
Available on String, provided by the StringX extension
Uppercase first letter inside string and let the others lowercase Example: your name => Your nameno setter - color → Color
-
Available on String, provided by the StringX extension
no setter - colorAccent → Color
-
Available on String, provided by the StringX extension
no setter - colorMaterial → Color
-
Available on String, provided by the StringX extension
no setter - colorPrimary → Color
-
Available on String, provided by the StringX extension
no setter -
decrypted
→ Future<
String> -
Available on String, provided by the StringX extension
no setter -
encrypted
→ Future<
String> -
Available on String, provided by the StringX extension
no setter - isNotBlank → bool
-
Available on String, provided by the StringX extension
no setter - json → dynamic
-
Available on String, provided by the StringX extension
no setter - lowercase → String
-
Available on String, provided by the StringX extension
Lowercase each word inside string Example: Your Name => your nameno setter - lowercaseFirst → String
-
Available on String, provided by the StringX extension
Lowercase first letter of string Example: Your Name => your Nameno setter - notBlank → String?
-
Available on String, provided by the StringX extension
no setter - notEmpty → String?
-
Available on String, provided by the StringX extension
no setter - uppercase → String
-
Available on String, provided by the StringX extension
Uppercase each word inside string Example: your name => YOUR NAMEno setter
Methods
-
cipher(
CipherType type) → Future< String> -
containsIgnoreCase(
String? s) → bool -
equalsIgnoreCase(
String? s) → bool -
isPasswordStrong(
{int min = 8}) → bool -
post(
dynamic post, {int doFor = 1, bool doIf = true, dynamic between, dynamic pre}) → String -
pre(
dynamic pre, {int doFor = 1, bool doIf = true, dynamic between, dynamic post}) → String -
skip(
[int count = 1]) → String -
skipLast(
[int count = 1]) → String -
skipLastWhile(
bool predicate(String)) → String -
skipWhile(
bool predicate(String)) → String -
surround(
dynamic surround, {int doFor = 1, bool doIf = true, String between = ""}) → String -
take(
[int count = 1]) → String -
takeInitials(
int count, {bool fill = false, bool withoutGarbage = false, List< String> garbage = garbage}) → String -
takeInitialsWithoutGarbage(
int count, {bool fill = false, List< String> garbage = garbage}) → String -
takeLast(
[int count = 1]) → String -
takeLastWhile(
bool predicate(String)) → String -
takeWhile(
bool predicate(String)) → String -
toBytes(
) → Uint8List? -
toDouble(
) → double -
toInt(
) → int -
toUTF8(
) → List< int> ?