mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-25 15:39:41 +00:00
Remove BlocProvider for UpdateSpaceBloc in SpaceDetailsDialogHelper to streamline dependency management and improve code clarity.
This commit is contained in:
@ -24,11 +24,6 @@ abstract final class SpaceDetailsDialogHelper {
|
|||||||
RemoteSpaceDetailsService(httpService: HTTPService()),
|
RemoteSpaceDetailsService(httpService: HTTPService()),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
BlocProvider(
|
|
||||||
create: (context) => UpdateSpaceBloc(
|
|
||||||
RemoteUpdateSpaceService(HTTPService()),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
],
|
||||||
child: Builder(
|
child: Builder(
|
||||||
builder: (context) => SpaceDetailsDialog(
|
builder: (context) => SpaceDetailsDialog(
|
||||||
|
Reference in New Issue
Block a user