feat: live search

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-06 20:31:09 +08:00
parent 867efecc54
commit 661e7bfa78
23 changed files with 835 additions and 68 deletions

View File

@@ -316,8 +316,8 @@ class _LiveAreaPageState extends State<LiveAreaPage> {
border: Border.all(
color: theme.colorScheme.outline,
),
borderRadius: const BorderRadius.all(Radius.circular(4)),
color: theme.colorScheme.surface,
borderRadius: const BorderRadius.all(Radius.circular(4)),
),
child: SearchText(
text: item.name!,