mirror of
https://github.com/rrousselGit/riverpod.git
synced 2025-08-16 02:43:05 +08:00
41 lines
1.4 KiB
Dart
41 lines
1.4 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
// ignore_for_file: non_constant_identifier_names
|
|
|
|
part of 'codegen.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$otherHash() => r'b23696171643dfbab23d167ed9b5ab0639e6a86c';
|
|
|
|
/// See also [other].
|
|
@ProviderFor(other)
|
|
final otherProvider = AutoDisposeProvider<int>.internal(
|
|
other,
|
|
name: r'otherProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$otherHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef OtherRef = AutoDisposeProviderRef<int>;
|
|
String _$exampleHash() => r'893db991b377b8e314e60c429043e5e81f1fd526';
|
|
|
|
/// See also [Example].
|
|
@ProviderFor(Example)
|
|
final exampleProvider = AutoDisposeNotifierProvider<Example, int>.internal(
|
|
Example.new,
|
|
name: r'exampleProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$exampleHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$Example = AutoDisposeNotifier<int>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member, inference_failure_on_uninitialized_variable, inference_failure_on_function_return_type, inference_failure_on_untyped_parameter, deprecated_member_use_from_same_package
|