Hey coders this is timestamp_duration
Features
Convert you call timestamps to duration strings
Getting started
List prerequisites and provide or point to information on how to start using the package.
Usage
TimeStamp duration is a simple package that can be used to convert timestamp to duration
final duration =
TimeStampDuration(startTimestamp: 1712594349, endTimestamp: 1712596364);
duration.timeStampDuration();
Installation
dependencies:
timestamp_duration: ^0.0.2;
Example
