aj_captcha_flutter 0.0.1 aj_captcha_flutter: ^0.0.1 copied to clipboard
flutter 滑动验证码与文字点击验证码组件
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aj_captcha_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
aj_captcha_flutter: ^0.0.1
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:aj_captcha_flutter/aj_captcha_flutter.dart';