millisecs 0.0.1 millisecs: ^0.0.1 copied to clipboard
Converts various time formats to milliseconds and vice versa.
0.0.1 — 6th Aug 2024 #
- Build
millisecs
package as the Dart & Flutter adaptation of Vercel's ms npm package. - Add
ms
,parse
, andformat
functions and their "try" equivalents. - Add extensions on
String
andnum
forms
's functionalities.