feyins_flutter_kyc 0.0.4
feyins_flutter_kyc: ^0.0.4 copied to clipboard
feyins_flutter_kyc package is a powerful and easy-to-use plugin that brings essential KYC functionalities to your Flutter applications.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add feyins_flutter_kycWith Flutter:
$ flutter pub add feyins_flutter_kycThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
feyins_flutter_kyc: ^0.0.4Alternatively, 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:feyins_flutter_kyc/feyins_flutter_kyc.dart';