Skip to content

Commit 6d414f7

Browse files
committed
Ignore false positives in app.dart.
1 parent 0b896c5 commit 6d414f7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/devtools_app/lib/src/app.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,9 @@ typedef UrlParametersBuilder =
618618
///
619619
/// This avoids issues with widgets in the appbar being hidden by the banner
620620
/// in a web or desktop app.
621+
// ignore: unused-code, TODO(https://github.com/flutter/devtools/issues/9907): false positive.
621622
class _AlternateCheckedModeBanner extends StatelessWidget {
623+
// ignore: unused-code, TODO(https://github.com/flutter/devtools/issues/9907): false positive.
622624
const _AlternateCheckedModeBanner({required this.builder});
623625
final WidgetBuilder builder;
624626

0 commit comments

Comments
 (0)