flutter_card_scanner 1.0.4 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';