feat:riverpod 迁移 HomeDownloaderUI

This commit is contained in:
2024-03-10 17:23:28 +08:00
parent 01f1533ab0
commit cf6ab55dd0
11 changed files with 829 additions and 7 deletions

View File

@ -144,6 +144,7 @@ class HomeGameLoginUIModel extends _$HomeGameLoginUIModel {
}
}
if (!context.mounted) return;
_readyForLaunch(homeState, context);
}, useLocalization: true, homeState: homeState);
}

View File

@ -7,7 +7,7 @@ part of 'home_game_login_dialog_ui_model.dart';
// **************************************************************************
String _$homeGameLoginUIModelHash() =>
r'3747a303c86553319c515ab29933abda935edb16';
r'c26dfd89985ff9246104135c288b673b7f15acf0';
/// See also [HomeGameLoginUIModel].
@ProviderFor(HomeGameLoginUIModel)