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