mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-01-26 20:19:33 +00:00
upgrade to flutter 3.27.4
This commit is contained in:
parent
e7946feca1
commit
2fd4650bb8
44 changed files with 433 additions and 315 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||||
import 'package:riverpod_annotation/riverpod_annotation.dart';
|
||||
import 'package:shelfsdk/audiobookshelf_api.dart';
|
||||
import 'package:vaani/api/api_provider.dart';
|
||||
|
|
@ -8,7 +9,7 @@ part 'search_result_provider.g.dart';
|
|||
/// The provider for the search result.
|
||||
@riverpod
|
||||
FutureOr<LibrarySearchResponse?> searchResult(
|
||||
SearchResultRef ref,
|
||||
Ref ref,
|
||||
String query, {
|
||||
int limit = 25,
|
||||
}) async {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue