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

BSMI team base library

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

Homepage

License

unknown (LICENSE)

More

Packages that depend on bsmi_base