flutter_card_scanner 1.0.1 copy "flutter_card_scanner: ^1.0.1" to clipboard
flutter_card_scanner: ^1.0.1 copied to clipboard

Our Scan Card feature is a powerful tool that enables users to effortlessly capture and digitize physical cards, such as business cards, identification cards, and more, by using their device's camera. [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_card_scanner

With Flutter:

 $ flutter pub add flutter_card_scanner

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

dependencies:
  flutter_card_scanner: ^1.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:flutter_card_scanner/scanner.dart';
import 'package:flutter_card_scanner/scanner_image.dart';
import 'package:flutter_card_scanner/scanner_method_channel.dart';
import 'package:flutter_card_scanner/scanner_platform_interface.dart';
3
likes
0
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

Our Scan Card feature is a powerful tool that enables users to effortlessly capture and digitize physical cards, such as business cards, identification cards, and more, by using their device's camera. This feature simplifies the process of storing and managing important card information in a digital format.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_plugin_android_lifecycle, plugin_platform_interface

More

Packages that depend on flutter_card_scanner