Skip to content

Commit

Permalink
chore: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterHiei committed Feb 19, 2025
1 parent 45df60f commit 4c133d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -693,5 +693,5 @@ packages:
source: hosted
version: "3.1.3"
sdks:
dart: ">=3.7.0-0 <4.0.0"
dart: ">=3.5.0 <4.0.0"
flutter: ">=3.27.0-0"
2 changes: 1 addition & 1 deletion lib/src/time/zoom.dart
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ class _RenderVerticalOverflowBox extends RenderShiftedBox {
class _ScaleGestureRecognizer extends OneSequenceGestureRecognizer {
_ScaleGestureRecognizer({
super.debugOwner,
// ignore: unused_element
// ignore: unused_element_parameter
this.dragStartBehavior = DragStartBehavior.down,
});

Expand Down

0 comments on commit 4c133d4

Please sign in to comment.