We continue our online tradition from the last meetup, also hoping that it will change and we can meet face to face as soon as possible on the next Flutter Warsaw Meetup. In the 12th meetup edition agenda, the first presentation covers the very popular topic which is state management, but this time we will talk about immutable state. In mobile development, it is almost impossible to work without a mutable state. In very complex examples we can face unwanted behavior so that we can consider making at least part of our state immutable. Matt Rešetár also known as Reso Coder will introduce you to this immutable state strategy and show us how to use this approach in state management.
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.
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!