yx_tool 0.1.2 copy "yx_tool: ^0.1.2" to clipboard
yx_tool: ^0.1.2 copied to clipboard

Contains a series of commonly used toolkits, including encryption and decryption modules, id generation, date processing, extension methods of basic classes...

example/main.dart

import 'package:yx_tool/yx_tool.dart';

void main(List<String> arguments) async {
  var random = RandomUtil.randomInt(min: 6, max: 10);
  print(random);
}
1
likes
140
pub points
30%
popularity

Publisher

unverified uploader

Contains a series of commonly used toolkits, including encryption and decryption modules, id generation, date processing, extension methods of basic classes...

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

pointycastle

More

Packages that depend on yx_tool