Skip to content

Commit c08a369

Browse files
committed
chore(table): suppress remaining deprecated_member_use warnings in sidebar and table2
sidebar.dart uses ThemedTableAvatar and table2/column.dart uses CellTap from the deprecated ThemedTable module — both are intentional and remain until ThemedTable is removed in v8.0.0.
1 parent e05712b commit c08a369

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

lib/src/scaffolds/src/sidebar.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignore_for_file: deprecated_member_use_from_same_package
12
part of '../scaffolds.dart';
23

34
class ThemedScaffoldView<T> extends StatefulWidget {

lib/src/table2/src/column.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignore_for_file: deprecated_member_use_from_same_package
12
part of '../table2.dart';
23

34
class ThemedColumn2<T> {

0 commit comments

Comments
 (0)