top of page
Search


How to Build an AI-Powered Recommendation System with Flutter and Dart
Recommendation systems are the invisible engines behind today’s most engaging digital experiences. Whether it’s suggesting the next movie to watch, a product to buy, or a post to read, intelligent recommendations make users feel understood – and keep them coming back. Traditionally, these systems required complex machine learning pipelines and heavy infrastructure. But with recent advances in embeddings and vector search , it’s now possible to build efficient, AI-powered rec
Yulian Airapetov
Dec 18, 20258 min read


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 25, 20257 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 16, 20256 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 2, 202510 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 9, 20256 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 28, 202510 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 14, 20258 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 16, 20255 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 8, 20254 min read


Bringing BLE connection into Your Flutter App
Discover how to bring in BLE connection in Flutter.
Maksim Murin
Apr 17, 20256 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 18, 20255 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 10, 20255 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 4, 20255 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 22, 20255 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


Flutter Mortal Kombat app with HomeScreen Widget (part 2)
In the last article, we looked at creating a simple android widget that displayed a character image and name. Today we will create a more...
Yulian Airapetov
Sep 5, 20237 min read


Flutter Mortal Kombat app with HomeScreen Widget
In this article, I will show you how to create Android widgets using Flutter and Firebase. A widget is a small graphical application that...
Yulian Airapetov
Aug 24, 20238 min read
Intercom Plugin for Flutter
Intercom Flutter Plugin Hi everyone! Today I'll talk about Flutter plugin for Intercom. But what is Intercom? Intercom is a communication...

Pavel Kalinin
Jul 25, 20233 min read


New features in Dart 3.0
With release Dart 3 such new features how records, pattern matching and class modifiers. It will change a lot in how we write code.

Pavel Kalinin
Jul 11, 20236 min read
bottom of page