Skip to content

Commit 08040d2

Browse files
committed
Hide DashBot
1 parent da7478f commit 08040d2

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

lib/screens/dashboard.dart

+12-11
Original file line numberDiff line numberDiff line change
@@ -125,17 +125,18 @@ class Dashboard extends ConsumerWidget {
125125
],
126126
),
127127
),
128-
floatingActionButton: FloatingActionButton(
129-
onPressed: () => showModalBottomSheet(
130-
context: context,
131-
isScrollControlled: true,
132-
builder: (context) => const Padding(
133-
padding: EdgeInsets.all(16.0),
134-
child: DashBotWidget(),
135-
),
136-
),
137-
child: const Icon(Icons.help_outline),
138-
),
128+
// TODO: Release DashBot
129+
// floatingActionButton: FloatingActionButton(
130+
// onPressed: () => showModalBottomSheet(
131+
// context: context,
132+
// isScrollControlled: true,
133+
// builder: (context) => const Padding(
134+
// padding: EdgeInsets.all(16.0),
135+
// child: DashBotWidget(),
136+
// ),
137+
// ),
138+
// child: const Icon(Icons.help_outline),
139+
// ),
139140
);
140141
}
141142
}

0 commit comments

Comments
 (0)