top of page
Search


Dart 3.10 & Flutter 3.38
The release of Dart 3.10 and Flutter 3.38 marks one of the most notable updates in the Google ecosystem this year. While the versions may not appear disruptive at first glance, they introduce meaningful improvements that directly impact performance , stability , and the overall development experience across mobile and cross-platform projects. Dart receives a set of enhancements focused on language ergonomics and runtime efficiency , while Flutter continues to mature as
Yulian Airapetov
Nov 257 min read


ORM in Dart: A Modern Approach to Working with PostgreSQL
Data is at the core of nearly every modern application. Whether it’s a mobile app, a web service, or a desktop tool – they all rely on databases to store, retrieve, and manage information. The way an app interacts with its data layer has a direct impact on its performance and stability. When building with Dart , developers often need to handle structured data – defining tables, running queries, and keeping records up to date. Writing SQL by hand can quickly become repetitive
Yulian Airapetov
Nov 186 min read


Is Your Business Ready for a Mobile App?
Have you ever wondered why some businesses effortlessly retain their customers while others struggle to keep them coming back? In a competitive market, it’s rarely just about the quality of your product or service – it’s about how easily customers can engage with your brand. In today’s digital world, the answer often lies in one simple thing – accessibility . The easier it is for your clients to reach you, browse your offerings, or make a purchase, the more likely they are t
Yulian Airapetov
Nov 44 min read


Multilingual Support in Flutter: From Setup to Implementation
Nowadays, apps often reach beyond a single country, and users expect a comfortable and understandable interface in their own language 🌐. However, many apps still operate without localization support , limiting their audience and preventing them from reaching their full potential on the global market 🚫 Lack of multilingual support can lead to lower user engagement 📉: it becomes harder for users to consume content, they lose trust in the app, and may stop using it. For exa
Yulian Airapetov
Oct 166 min read


Integrating PlatformView into Flutter (iOS/macOS)
Flutter has gained popularity for its ability to create beautiful, fast, and cross-platform applications from a single codebase. However,...

Pavel Kalinin
Oct 210 min read


Streamlining Payments in Flutter: Stripe, Google Pay, and Custom Checkout
"Smooth in-app payments are no longer optional — they’re essential. With Flutter and Stripe, you can create a secure, user-friendly checkout flow that builds trust and drives conversions."
Maksim Murin
Sep 96 min read


Integrating PlatformView into Flutter (Android)
Flutter is a powerful framework for building cross-platform applications. It provides tools to create beautiful and high-performance...

Pavel Kalinin
Aug 2810 min read


Announcing Dart 3.9 & Flutter 3.35
Google’s latest enhancements in the Dart and Flutter ecosystems are here, and they’re built for efficiency, developer experience, and a...
Yulian Airapetov
Aug 193 min read


Bridging the Digital and Physical: AR in Flutter with Unity
Create the future of AR apps by combining the strengths of Flutter and Unity. We'll look at how the UI capabilities of Flutter and the power of Unity's 3D engine work together.
Maksim Murin
Aug 148 min read


Building a Local Test Generator
Discover how we built a seamless AI-powered tool that helps developers generate smart tests instantly—fast, private, and built for real-world workflows.
Maksim Murin
Jul 165 min read


Pixel-perfect UI with Flutter: From Figma to Final App
In many projects, clients and designers face the same challenge: the Figma design looks flawless — precise spacing, clean typography,...
Yulian Airapetov
Jul 84 min read


Dart in Backend Development
When most developers think of Dart , they often associate it with Flutter and building beautiful UIs for mobile and web 📱💻. However,...
Maksim Murin
May 295 min read


Dart 3.8.0: What's new
The Dart team continues to deliver solid, developer-friendly updates — and version 3.8 is no exception. This release introduces a...
Yulian Airapetov
May 223 min read


Bringing BLE connection into Your Flutter App
Discover how to bring in BLE connection in Flutter.
Maksim Murin
Apr 176 min read


Flutter in Action: Practical Guide to Building a LinkedIn Clone
In the previous article, we explored why Flutter is an excellent choice for cross-platform development . We discussed its business...
Yulian Airapetov
Mar 185 min read


Flutter in Action: Crafting a Cross-Platform LinkedIn Clone
Flutter is a powerful open-source UI framework developed by Google that enables you to easily build cross-platform solutions for your...
Yulian Airapetov
Mar 105 min read


AI-powered Flutter app for image classification
Discover how to build an AI-powered mobile app for image classification using TensorFlow Lite in Flutter.
Maksim Murin
Feb 45 min read


AI Assistant in Flutter
Learn how to build an AI-powered assistant in Flutter using OpenAI's GPT and Google's Gemini.
Yulian Airapetov
Jan 225 min read


Flutter Firebase Authentication with Google, Facebook and GitHub in 2024
User authentication is one of the most critical aspects of modern mobile application development. In a world where security and...
Yulian Airapetov
Dec 18, 20249 min read


Flutter Push Notifications with Firebase Cloud Messaging and Awesome Notifications
The world of mobile apps is constantly evolving, and notifications are an integral part of this development. In this article, we'll talk...
Yulian Airapetov
Oct 4, 20237 min read
bottom of page