flutter_scanner_devxhub 1.0.2 flutter_scanner_devxhub: ^1.0.2 copied to clipboard
The Flutter Scanner plugin offers seamless barcode/QR code scanning capabilities for Flutter apps on Android/iOS. It supports a range of code types, boost app functionality.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_scanner_devxhub
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_scanner_devxhub: ^1.0.2
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_scanner_devxhub/flutter_scanner_devxhub.dart';