Skip to content

Commit

Permalink
search screen comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetSBulbul committed Jan 18, 2024
1 parent c98758d commit c6d87d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/app/screens/search_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ class SearchScreen extends StatelessWidget {
create: (context) => SearchWithQueryCubit(),
),
BlocProvider(
create: (context) => FetchedListCubit(locator<UserListUseCase>()),
create: (context) =>
FetchedListCubit<User>(locator<UserListUseCase>()),
),
],
child: Scaffold(
Expand Down

0 comments on commit c6d87d3

Please sign in to comment.