Skip to content

flutter-cavalry/fc_path_util

Repository files navigation

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

About

Helper methods for dart `path` package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages