sbb_data_scanner 4.4.1 sbb_data_scanner: ^4.4.1 copied to clipboard
Recognition of optical encoded information for SBB use cases.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sbb_data_scanner
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
sbb_data_scanner: ^4.4.1
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:sbb_data_scanner/sbb_data_scanner.dart';