idkit_timeformat 0.0.2 copy "idkit_timeformat: ^0.0.2" to clipboard
idkit_timeformat: ^0.0.2 copied to clipboard

This is a toolkit for time formatting, which can output time strings in common formats and custom formats.

0.0.1 #

  • Initial build of the project.

  • Timestamp formatting function.

    This time formatting package provides three types of formatting methods, namely:

    1. fromNow({String format, TimeUnit timeUnit})
      This method is to get the formatting style of the current timestamp.
    2. fromInt(int time, {String format, TimeUnit timeUnit})
      This method is to get the formatting style of the timestamp of type int.
    3. fromString(String time ,{String format, TimeUnit timeUnit})
      This method is to get the formatting style of the timestamp of type String.

0.0.2 #

  • Add a sample project used by the package.
  • Improve the readme.md document, briefly introduce the use of the package.
  • Add comments to package project method.
1
likes
130
pub points
0%
popularity

Publisher

unverified uploader

This is a toolkit for time formatting, which can output time strings in common formats and custom formats.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on idkit_timeformat