smartrider
smartrider copied to clipboard
🔨 To-Do: Refactor and Move Showcase Logic Into Bloc
- Move showcase logic out of
pages/home.dart
and intoblocs/showcase/showcase_bloc.dart
. - Add functions to build showcase widgets in
showcase_bloc.dart
.- So we don't need to wrap a bunch of widgets in the
Showcase()
... thing and keep track of where all of them are.
- So we don't need to wrap a bunch of widgets in the