[Feature] Replace go_router with auto_route

This commit is contained in:
PartyDonut 2024-10-05 16:29:51 +02:00
parent b31cc86ae8
commit 144c8faf70
42 changed files with 1181 additions and 980 deletions

View file

@ -27,7 +27,7 @@ Map<String, dynamic> _$$SessionInfoModelImplToJson(
// RiverpodGenerator
// **************************************************************************
String _$sessionInfoHash() => r'ab5afcada1c9677cadda954c9abf7eb361dc057d';
String _$sessionInfoHash() => r'024da7f8d05fb98f6e2e5395ed06c1cc9d003f79';
/// See also [SessionInfo].
@ProviderFor(SessionInfo)

View file

@ -7,7 +7,7 @@ part of 'background_download_provider.dart';
// **************************************************************************
String _$backgroundDownloaderHash() =>
r'2bc7a06682cdcfa9a754dce9b7f7ea48f873682e';
r'9a9f91504ae4532ab37290ee9372d2e7a18380a9';
/// See also [backgroundDownloader].
@ProviderFor(backgroundDownloader)