From cfddb99a8b9a7a4c458afc91ae4cb1b4f2e1096c Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 11 Sep 2024 18:01:45 +0800 Subject: [PATCH] (flutter) add CameraOrientationWidget --- thermion_flutter/thermion_flutter/lib/thermion_flutter.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/thermion_flutter/thermion_flutter/lib/thermion_flutter.dart b/thermion_flutter/thermion_flutter/lib/thermion_flutter.dart index 8c5164ed..be4e9ea5 100644 --- a/thermion_flutter/thermion_flutter/lib/thermion_flutter.dart +++ b/thermion_flutter/thermion_flutter/lib/thermion_flutter.dart @@ -3,5 +3,6 @@ library thermion_flutter; 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/camera_orientation_widget.dart'; export 'package:thermion_flutter_platform_interface/thermion_flutter_platform_interface.dart'; export 'package:thermion_dart/thermion_dart.dart';