

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:
10 min • Nov 17, 2020
Firestore and Firebase suite are great technologies. They allow developers to build some features in Flutter and other mobile frameworks really fast. However, Firestore has also many pain points that outweigh the pros in most of the more advanced cases. Is Firestore appropriate for you? Read on to find out why!
Jakub Biliński was responsible for the architecture, approach, and development of a new version of the mobile application for strategic and corporate clients of the bank. Watch the video to see how his team adjusted to FinTech security compliance, wrote a custom HTTP client, maintained application scalability, and more.
Managing a state can be a stressful ordeal if you dive into it without any thought. This kind of monstrous code can be tamed with the principles of immutability. And as if cleaning your code wasn't enough in itself, an immutable state comes with a handful of hidden superpowers! Come along for the journey to find out how to use them.