...

/

Exercise: Implementing a Search Feature

Exercise: Implementing a Search Feature

Test your Flutter BLoC skills by implementing the search feature in the Star Wars application.

We'll cover the following...

Practicing on your own is the best way to learn and make concepts click in your head. In this lesson, you’ll practice the concepts you’ve learned by implementing a new feature to the Star Wars project: a search feature.

Problem statement

We want to add the search feature to the category screen to help the user find items easily.

To implement the search feature, you need to create a new SearchBloc. The events of this BLoC are ...