fix(deps): removed mentions of riverpod
This commit is contained in:
@@ -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()),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user