We guess that everyone who has some connection with Flutter knows Felix Angelov, who is our second presenter in 14 edition of Flutter Warsaw Meetup.
Felix is the creator of one of the most popular approaches of state management in Flutter, called BloC Pattern. But despite its popularity, this solution will not be perfect, at least not for everyone. So to change a little bit this approach Felix created Cubit. Cubit is a replacement or subset as we should say, of a very known Bloc Pattern, with a simplified, lighter combination of the Bloc and Provider. It brings a fresh friendly look to the Bloc state management, especially for those programmers, who do not necessarily know reactive programming.
In this part you will learn: