Merge branch 'master' of github.com:Aunali321/revanced-manager-flutter

This commit is contained in:
Alberto Ponces
2022-08-07 23:40:54 +01:00
10 changed files with 259 additions and 14 deletions

View File

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