qr_flutter.dart 358 B

123456789101112131415
  1. /*
  2. * QR.Flutter
  3. * Copyright (c) 2019 the QR.Flutter authors.
  4. * See LICENSE for distribution and usage details.
  5. */
  6. export 'package:qr/qr.dart';
  7. export 'src/errors.dart';
  8. export 'src/qr_image_view.dart';
  9. export 'src/qr_painter.dart';
  10. export 'src/qr_versions.dart';
  11. export 'src/qrcode_withlogo.dart';
  12. export 'src/types.dart';
  13. export 'src/validator.dart';