feat: capture touch breadcrumbs for all buttons #7654
Annotations
1 error, 2 warnings, and 1 notice
dart analyze
Dart Analyzer detected problems, see the logs for more information.
|
dart analyze:
flutter/lib/src/event_processor/url_filter/html_url_filter_event_processor.dart#L1
Try removing the import directive.
See https://dart.dev/diagnostics/unused_import to learn more about this problem.
|
dart analyze:
flutter/lib/src/event_processor/url_filter/web_url_filter_event_processor.dart#L3
Try removing the import directive.
See https://dart.dev/diagnostics/unused_import to learn more about this problem.
|
dart analyze:
flutter/example/lib/main.dart#L1049
Try rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check.
See https://dart.dev/diagnostics/use_build_context_synchronously to learn more about this problem.
|
Loading