flutter_bloc_list_manager icon indicating copy to clipboard operation
flutter_bloc_list_manager copied to clipboard

Conditional instantiation of the `SearchQueryBloc`

Open danahartweg opened this issue 4 years ago • 0 comments

If your list doesn't need to be searched, there's no reason to instantiate another bloc and additional stream listeners.

danahartweg avatar Apr 13 '20 15:04 danahartweg