flutter_card_scanner 1.0.4 copy "flutter_card_scanner: ^1.0.4" to clipboard
flutter_card_scanner: ^1.0.4 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 Flutter:

 $ flutter pub add flutter_card_scanner

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

dependencies:
  flutter_card_scanner: ^1.0.4

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: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
140
points
40
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

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, flutter_plugin_android_lifecycle, plugin_platform_interface

More

Packages that depend on flutter_card_scanner