Search⌘ K
AI Features

Project #1 Statement

Explore implementing the BLoC pattern with the flutter_bloc library by building a Star Wars app. Learn to use streams for real-time UI updates, manage complex app states, create a likes feature, and handle errors. This project helps you structure a Flutter app following the BLoC architecture while integrating external data from the SWAPI API.

We'll cover the following...

In this chapter, we’ll implement what we have learned in the flutter_bloc library. This will give you a better idea of how to implement the BLoC pattern using the flutter_bloc library on your own.

Description

Our goal is to create a Star Wars project. This project will show the ...