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...

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add yx_tool

With Flutter:

 $ flutter pub add yx_tool

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  yx_tool: ^0.1.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:yx_tool/yx_tool.dart';
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