Documentation update (#1618) (#1728)

This commit is contained in:
Remi Rousselet
2023-10-11 15:18:35 +02:00
committed by GitHub
parent cd43a71043
commit dbf47a3953
764 changed files with 32602 additions and 16551 deletions

View File

@ -0,0 +1,26 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
// ignore_for_file: non_constant_identifier_names
part of 'codegen.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$exampleHash() => r'd421d08db0ee9d10af5521159561135d8c5fa57c';
/// See also [example].
@ProviderFor(example)
final exampleProvider = AutoDisposeFutureProvider<String>.internal(
example,
name: r'exampleProvider',
debugGetCreateSourceHash:
const bool.fromEnvironment('dart.vm.product') ? null : _$exampleHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef ExampleRef = AutoDisposeFutureProviderRef<String>;
// 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