HEhoussam elatmaniinblog.elatmani.dev·Aug 13 · 4 min readHow I Built a Small Tool to Inspect Dart Package Dependencies If you work with Flutter for long enough, you eventually run into this kind of error: Because device_info_plus 13.2.0 depends on win32 ^6.0.1 and file_picker >=8.3.3 <12.0.0-beta.1 depends on win32 ^500
HEhoussam elatmaniinblog.elatmani.dev·May 13 · 5 min readHow to Build a 100% Automated Media Server for FreeAutomated Media Stack: Jellyfin, Sonarr, and Prowlarr on Ubuntu Setting up a home media server doesn't have to be complicated. In this guide, we will deploy a full "Arr" stack using Docker. This setup00
HEhoussam elatmaniinblog.elatmani.dev·Apr 30 · 7 min readI Got Tired of Rewriting OAuth in Every Flutter App — So I Built a PackageBuilding oauth_connection — Flutter OAuth Without the Headache How I built a reusable Flutter package to drop Google, Facebook, and Instagram sign-in into any project in minutes — not days. Tags: fl00