bsmi_base 1.0.5 copy "bsmi_base: ^1.0.5" to clipboard
bsmi_base: ^1.0.5 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()}');

  var yt = bb.YamlUtils();

  print('yaml map: ${yt.loadYamlMapFromFile("example/demo.yml")}');
}
1
likes
115
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

Documentation

API reference

License

AGPL-3.0 (LICENSE)

Dependencies

yaml

More

Packages that depend on bsmi_base