Welcome to the next edition of the Flutter Warsaw Meetup. Today, our first guest, Marcin Szałek, is going to provide us with new and fresh knowledge about Flutter. You probably know Marcin from his presentation at Flutter Europe Conference where he's been talking about creating beautiful animation in Flutter while using only the most popular and simple widgets. Today's topic is similar. Marcin will talk about scrolling animation in Flutter for Web and how to create fancy effects in a quick and simple way. Everyone wants to impress their users with their app, and this is one way to do this. If you are in this group, enjoy the first part of this Meetup.
Presentation contains:
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.
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.
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.
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!