The QR Code Scanner package for Appeto SDK.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
260 B

  1. export 'src/qr_code_scanner.dart';
  2. export 'src/qr_scanner_overlay_shape.dart';
  3. export 'src/types/barcode.dart';
  4. export 'src/types/barcode_format.dart';
  5. export 'src/types/camera.dart';
  6. export 'src/types/camera_exception.dart';
  7. export 'src/types/features.dart';