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

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

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
120
points
101
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

pointycastle

More

Packages that depend on yx_tool