mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-01-18 08:09:33 +00:00
search for books
This commit is contained in:
parent
a1e238fc25
commit
d372a6b096
12 changed files with 963 additions and 88 deletions
29
lib/features/explore/providers/search_controller.g.dart
Normal file
29
lib/features/explore/providers/search_controller.g.dart
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'search_controller.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// RiverpodGenerator
|
||||
// **************************************************************************
|
||||
|
||||
String _$globalSearchControllerHash() =>
|
||||
r'd854ace6f2e00a10fc33aba63051375f82ad1b10';
|
||||
|
||||
/// The controller for the search bar.
|
||||
///
|
||||
/// Copied from [GlobalSearchController].
|
||||
@ProviderFor(GlobalSearchController)
|
||||
final globalSearchControllerProvider =
|
||||
NotifierProvider<GlobalSearchController, Raw<SearchController>>.internal(
|
||||
GlobalSearchController.new,
|
||||
name: r'globalSearchControllerProvider',
|
||||
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
||||
? null
|
||||
: _$globalSearchControllerHash,
|
||||
dependencies: null,
|
||||
allTransitiveDependencies: null,
|
||||
);
|
||||
|
||||
typedef _$GlobalSearchController = Notifier<Raw<SearchController>>;
|
||||
// ignore_for_file: type=lint
|
||||
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|
||||
Loading…
Add table
Add a link
Reference in a new issue