time_elapsed 0.3.1
time_elapsed: ^0.3.1 copied to clipboard
A package provides a easy way to get elapsed time from DateTime data
[0.2.1] - 2020-06-19. #
- Change Methods return.
[0.2.2] - 2020-06-19. #
- Change pubspecs section.
[0.2.2+1] - 2020-06-19. #
- Example task
[0.2.2+3] - 2020-06-19. #
- Add Dependencies as Cleaner
[0.2.3] - 2020-06-19. #
- Add Dynamic parsing
[0.2.3+1] - 2020-06-19. #
- Dynamic parsing
[0.2.3+2] - 2020-06-19. #
- Docs update
[0.2.3+3] - 2020-06-19. #
- Docs update
[0.2.4] - 2020-06-20. #
- Add 'Just Now' 'Now' return for elapsed time less than a minute
[0.2.4+1] - 2020-06-20. #
- minor ajusts
[0.2.4+2] - 2020-06-20. #
- Docs ajusts
[0.2.5] - 2021-09-18. #
- Adds support for nullsafety
- adds method calls as static it's void the "()" before method call: i.e.: old > TimeElapsed().fromString(_time) new > TimeElapsed.fromString(_tine)
[0.2.6] - 2021-09-18. #
- Adds support for custom text customText / Changing text on return is able now by using .toCustomTimeElapsed() or .toCustomWDHMS() methods
[0.3.0] - 2024-05-21. #
- Adds support for dart 3.4.0 changes on method [elapsedTimeDynamic] (Deprecated). Use [elapsedTime] instead
[0.3.1] - 2024-05-21. #
- Adds deprecation message