fix(deps): removed mentions of riverpod

This commit is contained in:
hdbg
2025-10-09 17:56:44 +02:00
parent f19578cfc4
commit 80a4a1126b
7 changed files with 70 additions and 202 deletions

View File

@@ -180,9 +180,7 @@ class Bootstrapper extends StatelessWidget {
children: [
Flexible(
flex: 3,
child: Center(
child: Loader(flavour: LoaderFlavour.big, playing: true),
),
child: Center(child: Loader.playing(flavour: LoaderFlavour.big)),
),
Flexible(flex: 1, child: BootstrapFooter()),
],