(flutter) export delegate gesture handler

This commit is contained in:
Nick Fisher
2024-09-13 15:27:20 +08:00
parent 6b0f25ca59
commit 6ef8d19e94

View File

@@ -4,6 +4,8 @@ export 'thermion/thermion_flutter_plugin.dart';
export 'thermion/widgets/thermion_widget.dart';
export 'thermion/widgets/camera/gestures/thermion_gesture_detector.dart';
export 'thermion/widgets/camera/gestures/thermion_gesture_handler.dart';
export 'thermion/widgets/camera/gestures/v2/delegate_gesture_handler.dart';
export 'thermion/widgets/camera/camera_orientation_widget.dart';
export 'package:thermion_flutter_platform_interface/thermion_flutter_platform_interface.dart';
export 'package:thermion_dart/thermion_dart.dart';