Q&D: Dart/Flutter Formatter, Linter and Analyzer
A clean project following conventions is way better than a crappy project containing yolo code. In Dart and Flutter, everything is already available…
Tech news from the best sources
A clean project following conventions is way better than a crappy project containing yolo code. In Dart and Flutter, everything is already available…
Making the Migration from In-View Asynchrony to Synchronous State Management Truly Mechanical After our recent discussions on why FutureBuilder and…
So, in this article, I will be showing you how you can download files to the device in Flutter — and actually save them somewhere the user can find…
You have an app to ship, and it depends on a vendor's SDK. The vendor sends you a .xcframework for iOS and a bare .aar for Android, both prebuilt, b…
По пути на презентацию я в очередной раз просматривал функции приложения и заметил небольшой баг. Ноутбука под рукой не оказалось, а исправить его н…
Why Raw Asynchrony Inside the Presentation Layer Breaks Separation of Concerns, User Experience, and Testability Every Flutter developer remembers t…
Всем привет! Меня зовут Милена, я бэкенд‑инженер на Java в Банки.ру. Полтора года назад я вызвалась написать мобильное приложение для …
The Beginning: Why This Project? You somehow learn to build UIs in Flutter, but when it comes to state management, it's a wall you inevitably hit. T…
Lifemaxxing AI is a habit app I build with a partner. You answer eight questions when you install it, and it hands you back a plan: a set of daily t…
Разработка такого рода для меня совершенно новый опыт, поэтому, периодически, ловлю откровенный "тупняк" от решений, которые нужно применять в этой…
Pub.dev Package: Link GitHub Repository: Link Imagine getting into a serious car crash in a remote area—a mountain pass, a highway dead zone, or a r…
I maintain capdrift, a tool that reads a Dart package and reports what it is able to do. I ran it across the 162 most-downloaded packages on pub.dev…
So, in this article, I will be showing you how you can convert an image URL to a File in Flutter. The situation comes up more often than you would t…
This article was originally published on BuildZn . Everyone talks about instant AI, but nobody explains how to hit true sub 50ms AI app latency end-…
The Flutter State Dilemma Every Flutter developer eventually wrestles with state management granularity: "How do I balance developer ergonomics agai…
When learning a new tool or technology, everyone usually tries to build massive projects like e-commerce apps or social media clones. Instead, I tur…
Manual code signing works fine — right up until a second developer touches your project. Then Apple's certificate limits, silent revocations, and "i…
The Best Feature in Software Is What You Get to Forget In software engineering, we usually measure framework upgrades by what they add : new syntax,…
Flutter Performance Optimization: Fix Jank and Dropped Frames Flutter can render extremely smooth interfaces, but poorly optimized widgets, expensiv…
Advanced BLoC Architecture for Production Flutter Apps As Flutter applications grow, state management can quickly become difficult to maintain. A si…
PayPal Android SDK with Flutter: Integrate PayPal Checkout Using Platform Channels Flutter does not need a Dart package for every native Android SDK…
Flutter FFI: Integrating Native C/C++ Libraries Flutter applications sometimes need functionality that is already implemented in native code. Exampl…
Building a Production-Ready REST API Client with Dio A production API client needs more than dio.get() . A robust client should define: Base configu…
Certificate Pinning in Flutter HTTPS protects data in transit by authenticating the server and encrypting traffic. Certificate pinning adds another…
Flutter Performance Optimization: Fix Jank and Dropped Frames A Flutter application can feel slow even when individual operations look harmless. A l…
Agora Video Calling SDK with Flutter: Build a Real-Time Video Call App Real-time video calling is common in healthcare, education, customer support,…
Advanced BLoC Architecture for Production Flutter Apps As Flutter applications grow, state management is rarely the hardest problem. The difficult p…
I've integrated six gateways into Flutter apps for clients over the last few years. Here is the honest scorecard — fees, UPI support, mandates, sett…
Over the past few months, we built and launched RonikCloud ( https://ronikcloud.com/ ), a client-side encrypted cloud storage app built in Flutter a…
Relax guys, it’s just a title. 😉 Because apparently, you people weren’t paying attention to the post Actually, I’ve built a Flutter package called f…