0 purchases
stringx
String extension methods.
Usage #
A simple usage example:
import 'package:stringx/stringx.dart';
main() {
var awesome = 'awesome';
print(awesome.notNullAndEmpty());
}
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.