Last updated:
0 purchases
fc path util
fc_path_util #
Helper methods for dart path package.
Example #
import 'package:fc_path_util/fc_path_util.dart';
void main() {
print(FCPathUtil.trimExtension('a.b.c.d', '.c.d'));
// Prints 'a.b'
}
copied to clipboard
Documentation #
Documentation
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.