MOBILE / FLUTTER
16 min. • Jul 17th, 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
Jul 29th, 2020
Flutter ships with plenty of high-quality widgets, layouts, and themes that developers can use to speed up the whole creation process. A great example of custom widgets made in Flutter is the Placement Wheel developed for one of our clients. See how to do it.
FLUTTER / TECH VIDEO / FLUTTER WARSAW
Jul 15th, 2020
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.
AWARDS / LEANCODE
5 min • Jun 30th, 2020
LeanCode was named the Clutch Leader for B2B Companies in Poland in 2020. In those turbulent times, proving ourselves as the reliable and worth recommending partner meant tons for us. Empathy towards the client, great business analyzing skills, and fantastic teamwork in SCRUM are the fundaments of our culture.
FLUTTER WARSAW / INTERVIEW
4 min • Jun 18th, 2020
Salih Guler is a Berlin-based Senior Mobile Engineer who is a Google Developer Expert for Flutter and Dart. He likes sharing his knowledge with people by mentoring aspiring developers, blogging, and talking at conferences. He joined us as a speaker during Flutter Warsaw #12 Meetup. Read the interview.
FLUTTER WARSAW / INTERVIEW
4 min • May 28th, 2020
Matej Rešetár is an app developer with a knack for teaching others. He works as a Flutter freelancer and, most importantly, a developer educator at resocoder.com.His mission is to get people prepared for the real world of Flutter development. Despite all this work, he still manages to squeeze in strenuous workouts and guitar.
FLUTTER / FLUTTER WARSAW / TECH VIDEO
May 21st, 2020
The Flutter team created some amazing developer tools for us to monitor our applications, enhance the performance and give us an opportunity to provide a better application experience to our users. In this talk, you will see how you can use these tools on a real-life project and how you can use it to enhance your performance.
FLUTTER WARSAW / FLUTTER / TECH VIDEO
May 14th, 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 5th, 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 20th, 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 15th, 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.