Mastering Hive in Flutter: A Step by Step Beginner's Guide to Fast Local Storage
Introduction When building a Flutter application, you'll often need to store data on the user's device. For example: Saving user preferences Storing l…
Latest Architecture news from Tech News
Introduction When building a Flutter application, you'll often need to store data on the user's device. For example: Saving user preferences Storing l…
Universal State Management for Every Dart Platform For years, developers have associated state management almost exclusively with Flutter UI widgets. …
Zero Glue Code. Streamless Reactivity. Pure Hook Composition. If you’ve built Flutter applications using flutter_hooks , you know how empowering hook-…
Everyone says the same thing: Flutter is for apps, not games. So I decided to find out where that's actually true — by building a 3D endless runner in…
When I started to work with Dart and Flutter, few weeks ago, I was looking for something like Erlang finite state machine or Elixir Plug . The first o…
Flutter Core Widgets — Part 1 A reference guide to the ~50 most-used Flutter widgets, grouped by category. Each entry includes a short description, a …
This article is a condensed English adaptation of the original Arabic tutorial published on HosteDay. Original article: https://hosteday.com/blog/6/bu…
Every one of us has been here. The designer opens Figma and changes the primary color from #6C63FF to #5B52E8 . A small update (they think). Our relea…
The paradigm of Artificial Intelligence is undergoing a fundamental shift. We are moving rapidly from the era of stateless chat completions —where an …
Building Flutter Ads: A Cross-Platform Ad SDK for Flutter Over the years I've built multiple Flutter applications and repeatedly faced the same challe…
TL;DR A great agent skill is not a pile of documentation. It is a tightly scoped SKILL.md with a description engineered for discovery, ruthless concis…
Last weekend, I unlocked my car using my own Dart package (according to pub.dev, the first one ever built for it). I walked down to the parking lot, o…
TL;DR: I built a cross-platform scientific calculator in Flutter that lets you speak math equations out loud, point your camera at handwritten formula…
After 5+ years of Flutter development, I got tired of setting up the same boilerplate every project. So I built SM CLI Install dart pub global activat…
One-shot operations as first-class state, with declarative listeners. More in Github . An Action is a tiny piece of reactive state that represents a s…
Dart for Java Developers A deep, practical mapping from Java to Dart: syntax, type system, concurrency, tooling, Flutter, and backend (Shelf, Relic, S…