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.

fc_path_util #

pub package Build Status

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'
}

Documentation #

Documentation

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