- 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.
MOBILE / LEANCODE
13 min. • Apr 8, 2025
MOBILE / LEANCODE
13 min. • Apr 8, 2025
Mobile Banking Technology Trends: Challenges & Opportunities
The landscape of mobile banking is evolving at an unprecedented pace, reshaping how financial institutions interact with their customers. We explore the key trends shaping mobile banking technology and the opportunities that lie ahead in building the mobile banking experience.
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 / PRODUCT DEVELOPMENT
13 min • Mar 12, 2025
MOBILE / PRODUCT DEVELOPMENT
13 min • Mar 12, 2025
How to Improve Your App’s Time-To-Market
Mobile app development can feel like a race against time, especially in today’s highly competitive market. Between budget constraints, integration nightmares, and the ever-present pressure to innovate, getting your product to market quickly is a constant struggle. This article provides a practical roadmap for significantly reducing your mobile app's time-to-market.
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
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 / PRODUCT DEVELOPMENT
13 min. • Oct 29, 2024
MOBILE / PRODUCT DEVELOPMENT
13 min. • Oct 29, 2024
How to Choose the Right Mobile App Tech Stack?
There are two different approaches to creating mobile applications, and each of them involves using a different framework. Read why your choice of mobile technology matters – and how you can ensure it aligns with your business objectives.
BACKEND / FRONTEND / MOBILE / AUTHENTICATION
15 min • Sep 14, 2024
BACKEND / FRONTEND / MOBILE / AUTHENTICATION
15 min • Sep 14, 2024
Identity Management Solutions, Part III: How to migrate to Ory Kratos?
Ory Kratos is a solution for implementing identity management outside the main application’s process. When migrating from ASP.NET Core Identity, a couple of steps should be followed to ensure a smooth transition between the two. The migration process from ASP.NET Core Identity to Ory Kratos is straightforward, provided you know where to look. Learn from our experience.
MOBILE
14 min • Sep 10, 2024
MOBILE
14 min • Sep 10, 2024
Native vs. Cross-Platform App Development: What’s the Difference?
For a business looking to build a mobile app, the choice between native and cross-platform development directly impacts the entire product development process. This article is packed with insights that will help you make an informed choice between these two approaches, aligning your technical needs with your business objectives.
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.