fear: rev 2

This commit is contained in:
efrilm
2025-09-02 19:49:01 +07:00
parent 3624f75bea
commit 6599e6fe7c
15 changed files with 563 additions and 1023 deletions
@@ -79,6 +79,12 @@ class _TablePageState extends State<TablePage> {
appBar: AppBar(
title: const Text("Layout Meja"),
actions: [
IconButton(
icon: const Icon(Icons.refresh),
onPressed: () {
context.read<GetTableBloc>().add(const GetTableEvent.getTables());
},
),
BlocListener<CreateTableBloc, CreateTableState>(
listener: (context, state) {
state.maybeWhen(