fc_path_util 1.1.1 copy "fc_path_util: ^1.1.1" to clipboard
fc_path_util: ^1.1.1 copied to clipboard

Helper methods for dart `path` package.

example/fc_path_util_example.dart

import 'package:fc_path_util/fc_path_util.dart';

void main() {
  print(FCPathUtil.trimExtension('a.b.c.d', '.c.d'));
  // Prints 'a.b'
}
1
likes
150
points
27
downloads

Publisher

verified publisherflutter-cavalry.com

Weekly Downloads

Helper methods for dart `path` package.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on fc_path_util