diff options
Diffstat (limited to 'lib/presentation')
-rw-r--r-- | lib/presentation/screens/home/home.dart | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/presentation/screens/home/home.dart b/lib/presentation/screens/home/home.dart index c132c98..a18e640 100644 --- a/lib/presentation/screens/home/home.dart +++ b/lib/presentation/screens/home/home.dart @@ -38,13 +38,11 @@ class HomeScreenState extends ConsumerState<HomeScreen> { appBar: const CustomTopBar(), body: Stack( children: [ - /* Lottie.asset( 'animations/BG-dotwaveform.json', fit: BoxFit.cover, repeat: true, ), - */ FlowBuilder<AppState>( state: ref.watch(appProvider), onGeneratePages: onGenerateAppViewPages, |