majro update

This commit is contained in:
Fabian Freund
2025-02-28 14:30:49 +01:00
parent a8957f6cf8
commit 3c4d479bd9
181 changed files with 7090 additions and 5299 deletions
@@ -25,7 +25,7 @@ class KagiAutosuggestService extends _$KagiAutosuggestService
}
@override
Future<Result<List<String>>> getSuggestions(String query) async {
Future<Result<List<String>>> getSuggestions(String query) {
return Result.fromAsync(() async {
final response = await _client
.get(_baseUrl.replace(queryParameters: {'q': query}))