string_utils

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

string utils

string_utils #
String utility functions
Example Usage #
import 'package:string_utils/string_utils.dart';

void main() {
String s;
String r = '';
if (isEmpty(s) && isNotEmpty(r)) {
print("done");
}
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.