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.
BACKEND / FRONTEND / MOBILE / AUTHENTICATION
MOBILE / FLUTTER
10 min. • May 15, 2025
MOBILE / FLUTTER
10 min. • May 15, 2025
Polish Apps Made with Flutter 2025
In our exploration of Polish Flutter apps, we delve into those that are generally better known. We hope this list will grow over time, as the Polish Flutter developer community continues to expand, resulting in an increasing number of excellent applications.
MOBILE / FLUTTER
8 min • May 6, 2025
MOBILE / FLUTTER
8 min • May 6, 2025
Lint Smarter, Not Harder: Migrate to the New Dart Analyzer Plugin System
The new first-party Dart analyzer plugin system is a significant step forward for Flutter developers, expected to replace custom_lint by integrating custom rules directly into the standard `dart analyze` command. See how to migrate to the new Dart Analyzer Plugin - the LeanCode way.
MOBILE / FLUTTER
15 min. • Apr 2, 2025
MOBILE / FLUTTER
15 min. • Apr 2, 2025
The List of Enterprise Companies Using Flutter 2025
We've curated a list of companies leveraging Flutter for mobile app development. We hope this list of Flutter enterprise apps will inspire your company to consider Flutter as a beneficial and safe solution.
MOBILE / FLUTTER
11 min • Mar 18, 2025
MOBILE / FLUTTER
11 min • Mar 18, 2025
Flutter vs. PWA: Which One Is Right for Your Business?
When looking for a cost-effective way to reach users across multiple devices, our clients sometimes come across Progressive Web Applications (PWAs) and Flutter. Both offer cross-platform compatibility but take very different approaches. We break down the key differences.
MOBILE / FLUTTER
10 min • Feb 4, 2025
MOBILE / FLUTTER
10 min • Feb 4, 2025
Flutter Conferences 2025: Must-Attend Events for Flutter Devs!
At LeanCode, we love live events. As co-founders of Flutter Europe and founder of Flutter Warsaw, we take every opportunity to visit our friends at other events of this kind. This time, we're diving into the most exciting conferences tailored specifically for Flutter enthusiasts in 2025. As a result, you can grab this curated list of Flutter conferences.
MOBILE / FLUTTER
5 min • Jan 29, 2025
MOBILE / FLUTTER
5 min • Jan 29, 2025
No Macros in Dart, How to Replace Freezed?
Unfortunately, the Dart team has taken up the difficult decision of abandoning their work on the macros language feature. Although freezed is a powerful package, it comes with some costs. At some point, we decided to move forward and use alternative solutions for new code and projects. See our approach.
MOBILE / FLUTTER / WEB
15 min • Jan 7, 2025
MOBILE / FLUTTER / WEB
15 min • Jan 7, 2025
Flutter Pros and Cons: Why Choose Flutter in 2025?
Flutter is loved by many for its simple and fast development of high-quality cross-platform apps. Let’s take a closer look if Flutter is a suitable solution in every case, i.e., when developing mobile, web, and desktop applications.
MOBILE / FLUTTER
7 min. • Dec 9, 2024
MOBILE / FLUTTER
7 min. • Dec 9, 2024
How We Boosted Moving Flutter Widgets to Widgetbook
At LeanCode, while working on complex Flutter projects, we noticed that integrating widgets into Widgetbook was often repetitive and time-consuming. To address this, we created the Widgetbook Entries Generator - a VSCode extension that simplifies the process. See how it works.
MOBILE / FLUTTER
20 min • Aug 8, 2024
MOBILE / FLUTTER
20 min • Aug 8, 2024
Flutter vs. React Native: A Detailed Comparison
The mobile app development landscape has evolved rapidly over the past decade, with Flutter and React Native emerging as the two most popular frameworks for building cross-platform mobile applications. Read our Flutter vs. React Native Comparison.
MOBILE / FLUTTER / WEB
12 min • May 16, 2024
MOBILE / FLUTTER / WEB
12 min • May 16, 2024
Sharing Logic Across Multiple Platforms
When a project grows, sooner or later, a need for sharing logic across multiple clients and a server arises. At LeanCode, we completed a project that extensively employed logic sharing successfully. In this article, we highlight the steps and architecture decisions of the picked solution.