feat: Patches Selector Screen.

This commit is contained in:
Aunali321
2022-08-08 00:45:52 +05:30
parent 645589fa0e
commit cceb7e6449
10 changed files with 191 additions and 22 deletions

View File

@ -39,6 +39,7 @@ class _AppSelectorViewState extends State<AppSelectorView> {
child: Column(
children: [
SearchBar(
hintText: "Search applications",
onQueryChanged: (searchQuery) {
setState(() {
query = searchQuery;