♻️ Refactor riverpod pagination loading
This commit is contained in:
29
lib/widgets/post/post_list.g.dart
Normal file
29
lib/widgets/post/post_list.g.dart
Normal file
@ -0,0 +1,29 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'post_list.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// RiverpodGenerator
|
||||
// **************************************************************************
|
||||
|
||||
String _$postListNotifierHash() => r'88aab109f36c7489c336fea522bffafa10869253';
|
||||
|
||||
/// See also [PostListNotifier].
|
||||
@ProviderFor(PostListNotifier)
|
||||
final postListNotifierProvider = AutoDisposeAsyncNotifierProvider<
|
||||
PostListNotifier,
|
||||
CursorPagingData<SnPost>
|
||||
>.internal(
|
||||
PostListNotifier.new,
|
||||
name: r'postListNotifierProvider',
|
||||
debugGetCreateSourceHash:
|
||||
const bool.fromEnvironment('dart.vm.product')
|
||||
? null
|
||||
: _$postListNotifierHash,
|
||||
dependencies: null,
|
||||
allTransitiveDependencies: null,
|
||||
);
|
||||
|
||||
typedef _$PostListNotifier = AutoDisposeAsyncNotifier<CursorPagingData<SnPost>>;
|
||||
// ignore_for_file: type=lint
|
||||
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member, deprecated_member_use_from_same_package
|
Reference in New Issue
Block a user