From 38b452ed83ff52192acf17d689de60d6eca5b176 Mon Sep 17 00:00:00 2001 From: "J. A. Messias" Date: Mon, 2 Dec 2024 11:35:26 -0300 Subject: [PATCH] WIP --- lib/features/home/presentation/pages/home_page.dart | 1 - .../widgets/local_profile/local_profile_widget.dart | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/features/home/presentation/pages/home_page.dart b/lib/features/home/presentation/pages/home_page.dart index 75d1916e..79db0532 100644 --- a/lib/features/home/presentation/pages/home_page.dart +++ b/lib/features/home/presentation/pages/home_page.dart @@ -32,7 +32,6 @@ class _HomePageWidgetState extends State { BlocProvider( create: (context) => LocalProfileBloc()..add(LocalProfileEvent()), ), - ], child: Scaffold( key: scaffoldKey, diff --git a/lib/shared/components/molecules/locals/presentation/widgets/local_profile/local_profile_widget.dart b/lib/shared/components/molecules/locals/presentation/widgets/local_profile/local_profile_widget.dart index 4a54b3fb..d742425e 100644 --- a/lib/shared/components/molecules/locals/presentation/widgets/local_profile/local_profile_widget.dart +++ b/lib/shared/components/molecules/locals/presentation/widgets/local_profile/local_profile_widget.dart @@ -30,8 +30,7 @@ class _LocalProfileComponentWidgetState extends State( + return StreamBuilder( stream: LicenseRepositoryImpl.stream, builder: (context, snapshot) { final textScaler = MediaQuery.textScalerOf(context); @@ -62,7 +61,7 @@ class _LocalProfileComponentWidgetState extends State