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

BSMI team base library, include time parse and convert , string format and convert, and other more tools.

example/bsmi_base_example.dart

import 'package:bsmi_base/bsmi_base.dart' as bb;

void main() {
  var awesome = bb.Awesome();
  print('awesome: ${awesome.isAwesome}');

  var tu = bb.TimeUtils();
  print('TimeUnits version: ${tu.timeUtilsVersion}');

  print('current time stamp: ${tu.getCurrrentTimestamp()}');
  print('current time in millseconds: ${tu.getCurrentMillseconds()}');
}
1
likes
0
pub points
0%
popularity

Publisher

verified publisherbsmi.info

BSMI team base library, include time parse and convert , string format and convert, and other more tools.

Homepage

License

unknown (LICENSE)

More

Packages that depend on bsmi_base