MOBILE / FLUTTER
16 min. • Jul 17, 2023
Building an enterprise-scale application in Flutter, as in any other framework, requires a specific approach toward organizing the team and the code they create. This comprehensive tech article explains how to approach such a large-scale project.
FLUTTER WARSAW / FLUTTER / TECH VIDEO
May 14, 2020
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.
FLUTTER / FLUTTER WARSAW / TECH VIDEO
May 5, 2020
Why should you pay attention to Flutter? What makes Flutter different? Flutter uses Dart object-oriented programming language, which is the fastest-growing language, up by 532% between 2018 and 2019. GitHub states that Flutter is top 3 in the number of project contributions. Want to find out more? Watch the video.
FLUTTER WARSAW / TECH VIDEO / FLUTTER
Apr 20, 2020
Let's talk about tests! Dart and Flutter support three types of tests: Unit, Widget, and Integration tests. We'll start with a high-level overview of these different types of tests and when they're useful. Then, we'll dive into the details. See Brian Egan's presentation and become a pro in this topic.
FLUTTER / TECH VIDEO / FLUTTER WARSAW
Apr 15, 2020
Flutter lets you write incredibly smooth animations with its promise of rendering at the speed of 60 FPS. But to achieve that, you need to make sure that you don’t slow down the app yourself. In the talk, Krzysztof describes how Flutter renders widgets, what it means for you, and presents some common pitfalls you should avoid.