.github
.vscode
android
assets
buildtools
ios
lib
database
models
pods
screens
account
auth
chat
creators
posts
realm
account.dart
explore.dart
explore.g.dart
notification.dart
notification.g.dart
settings.dart
wallet.dart
wallet.g.dart
services
widgets
firebase_options.dart
main.dart
route.dart
route.gr.dart
linux
macos
web
windows
.gitignore
.metadata
README.md
analysis_options.yaml
build.yaml
devtools_options.yaml
firebase.json
pubspec.lock
pubspec.yaml
32 lines
1.1 KiB
Dart
32 lines
1.1 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'explore.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$activityListNotifierHash() =>
|
|
r'2ca8fe14686d7f4fb09ab26f2978eb2de7184565';
|
|
|
|
/// See also [ActivityListNotifier].
|
|
@ProviderFor(ActivityListNotifier)
|
|
final activityListNotifierProvider = AutoDisposeAsyncNotifierProvider<
|
|
ActivityListNotifier,
|
|
CursorPagingData<SnActivity>
|
|
>.internal(
|
|
ActivityListNotifier.new,
|
|
name: r'activityListNotifierProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$activityListNotifierHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$ActivityListNotifier =
|
|
AutoDisposeAsyncNotifier<CursorPagingData<SnActivity>>;
|
|
// 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
|