Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/camera/camera_platform_interface/lib/src/events/devic…
…e_event.dart

Co-authored-by: Maurits van Beusekom <[email protected]>
  • Loading branch information
BeMacized and mvanbeusekom authored Jan 6, 2021
commit 8c1aa01b8d1bef978b81e3db85631120e998d0ab
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ import 'package:flutter/services.dart';
/// They can be (and in fact, are) filtered by the `instanceof`-operator.
abstract class DeviceEvent {}

/// An event fired whenever.
/// The [DeviceOrientationChangedEvent] is fired every time the user changes the
/// physical orientation of the device.
class DeviceOrientationChangedEvent extends DeviceEvent {
/// The new orientation the device
final DeviceOrientation orientation;
Expand Down