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
130
pub points
64%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on dart_now_time_filename