sm_x_crypto 0.0.1 copy "sm_x_crypto: ^0.0.1" to clipboard
sm_x_crypto: ^0.0.1 copied to clipboard

retracted[pending analysis]

Chinese Official SM2, SM3, SM4 implementions.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sm_x_crypto

With Flutter:

 $ flutter pub add sm_x_crypto

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

dependencies:
  sm_x_crypto: ^0.0.1

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:sm_x_crypto/sm_crypto.dart';
import 'package:sm_x_crypto/sm_crypto_method_channel.dart';
import 'package:sm_x_crypto/sm_crypto_platform_interface.dart';
0
likes
0
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

Chinese Official SM2, SM3, SM4 implementions.

Homepage

License

(pending) (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on sm_x_crypto

Packages that implement sm_x_crypto