After a short break, we are back, not only thanks to the Flutter Warsaw event. We are also celebrating Flutter Day, which took place a few days ago. Thanks to that we are more than glad to present to you two great talks. One of our speakers, Jakub Biliński, gave a talk on “An in-depth analysis of using Flutter in the enterprise environment”.
Jakub is the software engineer at ING Bank Śląski. He managed one of the most extensive FinTech app development projects in Flutter. That was a challenging project that required compliance with all standards and restrictions coming from the banking domain. What is more, for this industry, technologies that are not thoroughly tried and tested are discouraged.
In this talk you can find out about:
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.
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 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!