This commit is contained in:
tnswo561412 2025-12-09 15:09:36 +00:00 committed by GitHub
commit e8d0d0f223
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 24 additions and 9 deletions

View File

@ -0,0 +1,11 @@
{
"permissions": {
"allow": [
"Bash(flutter build:*)",
"Bash(curl:*)",
"Bash(/c/tools/nuget.exe help:*)",
"Bash(rustc:*)",
"Bash(ls:*)"
]
}
}

View File

@ -225,6 +225,9 @@ class SearchPage extends HookConsumerWidget {
],
),
Expanded(
child: GestureDetector(
onTap: () => FocusScope.of(context).unfocus(),
behavior: HitTestBehavior.translucent,
child: AnimatedSwitcher(
duration: const Duration(milliseconds: 300),
child: switch (selectedChip.value) {
@ -236,6 +239,7 @@ class SearchPage extends HookConsumerWidget {
},
),
),
),
],
);
}),

BIN
rustup-init.exe Normal file

Binary file not shown.