hb_check_code 0.0.2 copy "hb_check_code: ^0.0.2" to clipboard
hb_check_code: ^0.0.2 copied to clipboard

A graphic captcha generator. You can specify the drawing size, or it can be adaptive according to the length of the string.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hb_check_code

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

dependencies:
  hb_check_code: ^0.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:hb_check_code/hb_check_code.dart';
9
likes
40
pub points
81%
popularity

Publisher

unverified uploader

A graphic captcha generator. You can specify the drawing size, or it can be adaptive according to the length of the string.

Homepage

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on hb_check_code