One of the most popular topics in the Flutter community is performance, and the Flutter framework does an excellent job of being fast by default. You've probably read a lot of articles about how Flutter compares to other mobile development technologies and if you think how it stands out from the other frameworks you're in the right place. In the second part of the 11th edition of Flutter Warsaw Razvan Lung will show us how Flutter is so performant. We will take a look behind the Flutter engine and see how the Garbage Collector works.
Presentation contains:
5 min • Aug 6, 2020
Whiteboards make it easier to collaborate on designs, teach people new concepts, and express ideas. In this blog post, we explore a possible implementation of a whiteboard using Flutter to create a mobile application and Firestore database as backend.
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.
10 min • Nov 20, 2020
Firestore (and Firebase) is a really great solution for many different use cases. However, there is a number of limitations that make using Firestore painful. Tricky latency, data migration problems, and complicated privacy are just the beginning of the trouble. Read the article to find out why!