Skip to content

Commit

Permalink
fix analyzer issues
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Oct 22, 2024
1 parent 29d4bdd commit 6a14392
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion flutter/lib/src/screenshot/sentry_screenshot_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import 'package:meta/meta.dart';
import 'package:flutter/widgets.dart' as widgets;

import '../../sentry_flutter.dart';
import '../sentry_flutter_options.dart';

/// Key which is used to identify the [RepaintBoundary]
@internal
Expand Down
1 change: 0 additions & 1 deletion flutter/lib/src/sentry_flutter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import 'event_processor/android_platform_exception_event_processor.dart';
import 'event_processor/flutter_enricher_event_processor.dart';
import 'event_processor/flutter_exception_event_processor.dart';
import 'event_processor/platform_exception_event_processor.dart';
import 'event_processor/screenshot_event_processor.dart';
import 'event_processor/url_filter/url_filter_event_processor.dart';
import 'event_processor/widget_event_processor.dart';
import 'file_system_transport.dart';
Expand Down

0 comments on commit 6a14392

Please sign in to comment.