Renamed providers

This commit is contained in:
Juan Gilsanz Polo
2024-02-25 14:49:18 +01:00
parent c19ffed623
commit 94e3e1c89a
31 changed files with 44 additions and 44 deletions

View File

@@ -0,0 +1,24 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'app_info.provider.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$appInfoHash() => r'c1b99fe8e0ba1b1ba04aa2c1ae066a3de9f1dac1';
/// See also [appInfo].
@ProviderFor(appInfo)
final appInfoProvider = Provider<PackageInfo>.internal(
appInfo,
name: r'appInfoProvider',
debugGetCreateSourceHash:
const bool.fromEnvironment('dart.vm.product') ? null : _$appInfoHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef AppInfoRef = ProviderRef<PackageInfo>;
// ignore_for_file: type=lint
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member