From c850513b7f0e33141906f2edfd1f1dc103eebf94 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 26 Sep 2024 10:46:10 +0800 Subject: [PATCH] chore: rearrange flutter gesture/widget directory structure --- .../v2 => gestures}/default_keyboard_camera_flight_delegate.dart | 0 .../gestures/v2 => gestures}/default_pan_camera_delegate.dart | 0 .../camera/gestures/v2 => gestures}/default_pick_delegate.dart | 0 .../gestures/v2 => gestures}/default_velocity_delegate.dart | 0 .../gestures/v2 => gestures}/default_zoom_camera_delegate.dart | 0 .../camera/gestures/v2 => gestures}/delegate_gesture_handler.dart | 0 .../src/{widgets/camera/gestures/v2 => gestures}/delegates.dart | 0 .../v2 => gestures}/fixed_orbit_camera_rotation_delegate.dart | 0 .../gestures/v2 => gestures}/free_flight_camera_delegate.dart | 0 .../camera => }/gestures/picking_camera_gesture_handler.dart | 0 .../gestures/{v2 => }/mobile_gesture_handler_selector_widget.dart | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename thermion_flutter/thermion_flutter/lib/src/{widgets/camera/gestures/v2 => gestures}/default_keyboard_camera_flight_delegate.dart (100%) rename thermion_flutter/thermion_flutter/lib/src/{widgets/camera/gestures/v2 => gestures}/default_pan_camera_delegate.dart (100%) rename thermion_flutter/thermion_flutter/lib/src/{widgets/camera/gestures/v2 => gestures}/default_pick_delegate.dart (100%) rename thermion_flutter/thermion_flutter/lib/src/{widgets/camera/gestures/v2 => gestures}/default_velocity_delegate.dart (100%) rename thermion_flutter/thermion_flutter/lib/src/{widgets/camera/gestures/v2 => gestures}/default_zoom_camera_delegate.dart (100%) rename thermion_flutter/thermion_flutter/lib/src/{widgets/camera/gestures/v2 => gestures}/delegate_gesture_handler.dart (100%) rename thermion_flutter/thermion_flutter/lib/src/{widgets/camera/gestures/v2 => gestures}/delegates.dart (100%) rename thermion_flutter/thermion_flutter/lib/src/{widgets/camera/gestures/v2 => gestures}/fixed_orbit_camera_rotation_delegate.dart (100%) rename thermion_flutter/thermion_flutter/lib/src/{widgets/camera/gestures/v2 => gestures}/free_flight_camera_delegate.dart (100%) rename thermion_flutter/thermion_flutter/lib/src/{widgets/camera => }/gestures/picking_camera_gesture_handler.dart (100%) rename thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/{v2 => }/mobile_gesture_handler_selector_widget.dart (100%) diff --git a/thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/v2/default_keyboard_camera_flight_delegate.dart b/thermion_flutter/thermion_flutter/lib/src/gestures/default_keyboard_camera_flight_delegate.dart similarity index 100% rename from thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/v2/default_keyboard_camera_flight_delegate.dart rename to thermion_flutter/thermion_flutter/lib/src/gestures/default_keyboard_camera_flight_delegate.dart diff --git a/thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/v2/default_pan_camera_delegate.dart b/thermion_flutter/thermion_flutter/lib/src/gestures/default_pan_camera_delegate.dart similarity index 100% rename from thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/v2/default_pan_camera_delegate.dart rename to thermion_flutter/thermion_flutter/lib/src/gestures/default_pan_camera_delegate.dart diff --git a/thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/v2/default_pick_delegate.dart b/thermion_flutter/thermion_flutter/lib/src/gestures/default_pick_delegate.dart similarity index 100% rename from thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/v2/default_pick_delegate.dart rename to thermion_flutter/thermion_flutter/lib/src/gestures/default_pick_delegate.dart diff --git a/thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/v2/default_velocity_delegate.dart b/thermion_flutter/thermion_flutter/lib/src/gestures/default_velocity_delegate.dart similarity index 100% rename from thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/v2/default_velocity_delegate.dart rename to thermion_flutter/thermion_flutter/lib/src/gestures/default_velocity_delegate.dart diff --git a/thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/v2/default_zoom_camera_delegate.dart b/thermion_flutter/thermion_flutter/lib/src/gestures/default_zoom_camera_delegate.dart similarity index 100% rename from thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/v2/default_zoom_camera_delegate.dart rename to thermion_flutter/thermion_flutter/lib/src/gestures/default_zoom_camera_delegate.dart diff --git a/thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/v2/delegate_gesture_handler.dart b/thermion_flutter/thermion_flutter/lib/src/gestures/delegate_gesture_handler.dart similarity index 100% rename from thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/v2/delegate_gesture_handler.dart rename to thermion_flutter/thermion_flutter/lib/src/gestures/delegate_gesture_handler.dart diff --git a/thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/v2/delegates.dart b/thermion_flutter/thermion_flutter/lib/src/gestures/delegates.dart similarity index 100% rename from thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/v2/delegates.dart rename to thermion_flutter/thermion_flutter/lib/src/gestures/delegates.dart diff --git a/thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/v2/fixed_orbit_camera_rotation_delegate.dart b/thermion_flutter/thermion_flutter/lib/src/gestures/fixed_orbit_camera_rotation_delegate.dart similarity index 100% rename from thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/v2/fixed_orbit_camera_rotation_delegate.dart rename to thermion_flutter/thermion_flutter/lib/src/gestures/fixed_orbit_camera_rotation_delegate.dart diff --git a/thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/v2/free_flight_camera_delegate.dart b/thermion_flutter/thermion_flutter/lib/src/gestures/free_flight_camera_delegate.dart similarity index 100% rename from thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/v2/free_flight_camera_delegate.dart rename to thermion_flutter/thermion_flutter/lib/src/gestures/free_flight_camera_delegate.dart diff --git a/thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/picking_camera_gesture_handler.dart b/thermion_flutter/thermion_flutter/lib/src/gestures/picking_camera_gesture_handler.dart similarity index 100% rename from thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/picking_camera_gesture_handler.dart rename to thermion_flutter/thermion_flutter/lib/src/gestures/picking_camera_gesture_handler.dart diff --git a/thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/v2/mobile_gesture_handler_selector_widget.dart b/thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/mobile_gesture_handler_selector_widget.dart similarity index 100% rename from thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/v2/mobile_gesture_handler_selector_widget.dart rename to thermion_flutter/thermion_flutter/lib/src/widgets/camera/gestures/mobile_gesture_handler_selector_widget.dart