14 lines
323 B
Dart
14 lines
323 B
Dart
/*
|
|
* QR.Flutter
|
|
* Copyright (c) 2019 the QR.Flutter authors.
|
|
* See LICENSE for distribution and usage details.
|
|
*/
|
|
|
|
export 'package:qr/qr.dart';
|
|
|
|
export 'src/errors.dart';
|
|
export 'src/qr_image_view.dart';
|
|
export 'src/qr_painter.dart';
|
|
export 'src/qr_versions.dart';
|
|
export 'src/types.dart';
|
|
export 'src/validator.dart';
|