dart_now_time_filename 2.0.2 copy "dart_now_time_filename: ^2.0.2" to clipboard
dart_now_time_filename: ^2.0.2 copied to clipboard

Generate now time string for filename.The time stamp is useful for logging and searching.

dart_now_time_filename #

generate now time string for filename.

Getting Started #

Sometimes it needs a time string for filename. The time stamp is useful for logging and searching.

Usage #

final filename = NowFilename.genNowFilename(prefix: 'header-', ext: '.mp3');

And you'll get:

header-20210508-084919-314-149.mp3

2
likes
150
points
85
downloads

Publisher

unverified uploader

Weekly Downloads

Generate now time string for filename.The time stamp is useful for logging and searching.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dart_now_time_filename