- Developer
- Business role
- CTO/IT Director
- CEO/Founder
- Product Owner
- Other
Insights on app development
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 / FLUTTER WARSAW / TECH VIDEO
May 5, 2020
FLUTTER / FLUTTER WARSAW / TECH VIDEO
May 5, 2020
What a Flutter! Or What Makes It So Performant
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
FLUTTER WARSAW / TECH VIDEO / FLUTTER
Apr 20, 2020
Testing in Flutter: Unit, Widget, and Integration Tests
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 / TECH VIDEO / FLUTTER WARSAW
Apr 15, 2020
Fluttering at 60 FPS
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.