safe_filename 0.0.1 copy "safe_filename: ^0.0.1" to clipboard
safe_filename: ^0.0.1 copied to clipboard

Dart package to strip reserved characters from a filename (beta)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add safe_filename

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  safe_filename: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:safe_filename/safe_filename.dart';
2
likes
30
pub points
0%
popularity

Publisher

verified publisheramorelli.tech

Dart package to strip reserved characters from a filename (beta)

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on safe_filename