mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 18:28:25 +08:00
Feat: API Documentation & process general queries
This commit is contained in:
@@ -126,17 +126,17 @@ class Dashboard extends ConsumerWidget {
|
||||
),
|
||||
),
|
||||
// TODO: Release DashBot
|
||||
// floatingActionButton: FloatingActionButton(
|
||||
// onPressed: () => showModalBottomSheet(
|
||||
// context: context,
|
||||
// isScrollControlled: true,
|
||||
// builder: (context) => const Padding(
|
||||
// padding: EdgeInsets.all(16.0),
|
||||
// child: DashBotWidget(),
|
||||
// ),
|
||||
// ),
|
||||
// child: const Icon(Icons.help_outline),
|
||||
// ),
|
||||
floatingActionButton: FloatingActionButton(
|
||||
onPressed: () => showModalBottomSheet(
|
||||
context: context,
|
||||
isScrollControlled: true,
|
||||
builder: (context) => const Padding(
|
||||
padding: EdgeInsets.all(16.0),
|
||||
child: DashBotWidget(),
|
||||
),
|
||||
),
|
||||
child: const Icon(Icons.help_outline),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user