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 WARSAW / INTERVIEW
8 min • Mar 26th, 2021
Thomas Burkhart is the Flutter and Dart GDE. He could be seen almost as a legacy system. Being about 30 years in this industry led him to a lot of different technologies, like C++ with MFC, C#, microcontrollers in C, and currently mobile App development with Flutter and Dart.
FLUTTER WARSAW / INTERVIEW
3 min • Mar 16th, 2021
Marcin Szałek is in love with Flutter since the alpha release in 2017. Founder of Fidev, Co-founder and speaker on Flutter Europe and Flutter Lodz Meetup. Enjoys sharing Flutter knowledge on blog fidev.io and YouTube. Proud collaborator of Material Design and Firebase packages.
FLUTTER WARSAW / INTERVIEW
10 min • Mar 11th, 2021
Leo Farias is a CEO/CTO of Concepta & Founder/CTO of FanHero. He is actively experimenting with Dart, Flutter, and other tools with a focus on dev tools, and frameworks in order to improve efficiency for development teams (do more with less).
FLUTTER WARSAW / INTERVIEW
3 min • Feb 16th, 2021
Felix Angelov is a Senior Software Engineer at Very Good Ventures. He previously worked at BMW where he pioneered the transition to Flutter and is also a dedicated open-source creator and maintainer. When he's not coding, he's searching for new coffee shops and practicing his latte art.
FLUTTER / TECH VIDEO
Feb 2nd, 2021
Thomas Burkhart introduces you to RxVMS - the practical reactive architecture for Flutter applications. You may ask: "Why another architecture? We already have a few of them and they are doing well!" Is it so? Thomas makes a discussion on this topic and answers why is it a perfect architecture for Flutter. Watch the video.
FLUTTER / TECH VIDEO
Jan 28th, 2021
Driving flutter animations with AnimationController is great but do you know what’s even better? Driving them as a user! Even simple ListView can be a source of rich and astonishing animations. Watch the video to learn how to take your scrolling to the next level and surprise your users with UX they’ve never seen before.
FIRESTORE / MOBILE / BACKEND / FLUTTER
Dec 17th, 2020
This is our final article about Firestore! Have you realized that Firestore makes your life more difficult? At first sight, Firestore seems like a perfect fit for your use case but then the bad things happen. If you're looking for the way out - in this part we'll show you how to escape from Firestore!
FLUTTER / FLUTTER WARSAW / TECH VIDEO
Dec 7th, 2020
Cubit is a subset of a very known Bloc Pattern with a simplified, lighter combination of the Bloc and Provider. It brings a fresh friendly look to the Bloc state management. Watch the video to find out what is Cubit, how to test your code with BlockTest and much more.
FIRESTORE / BACKEND / MOBILE
6 min • Dec 2nd, 2020
It's worth understanding the Firestore limitations and how to overcome them before you start building your next web or mobile application using native or cross-platform solutions like Flutter, React Native, or Kotlin. Read hints on how to use Firestore effectively and not hurt yourself in the process.
FIRESTORE / BACKEND / FLUTTER
10 min • Nov 20th, 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!