good_scanner_overlay 0.1.5
good_scanner_overlay: ^0.1.5 copied to clipboard
QR Scanner overlay with animation to be used with a stack widget. The animations inspired by Bank Jago QRIS and BRI QRIS
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add good_scanner_overlayThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
good_scanner_overlay: ^0.1.5Alternatively, 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:good_scanner_overlay/good_scanner_overlay.dart';