ms_dart 1.0.2 copy "ms_dart: ^1.0.2" to clipboard
ms_dart: ^1.0.2 copied to clipboard

outdated

Tiny milisecond conversion utility. With two static methods. One converts the number of milliseconds to a string representation rounded to the closes smallest measure of time. The other converts a st [...]

example/ms_dart_example.dart

import 'package:ms_dart/ms_dart.dart';

main() {
  print('MS.fromMs(3000): ${MS.fromMs(3000)}');
}
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Tiny milisecond conversion utility. With two static methods. One converts the number of milliseconds to a string representation rounded to the closes smallest measure of time. The other converts a string representation fo time to the number of milliseconds.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on ms_dart