REDDIT
Clean Architecture Cake- do you make 2 layers or 3?
I have removed the domain layer and now I am happy. What would be your take on this?
REDDIT
Satori - open source architecture visualizer for Flutter
ð I built Satori â an interactive architecture visualizer for Flutter Problem: Understanding your codebase structure at scale is hard Solution: Visualize it. Interactively. In VS Code. Features: ...
REDDIT
Responsive widgets are so hard
Responsive widgets, make a widget that looks identical in every device. Is always a catch to make a widget without fixed sizes or am i missing something? https://www.figma.com/design/HHUngbwWVZDRgATMa...
REDDIT
My wit's end
I am an EE, and I've developed a few electronic billiards products. These products connect to your mobile devices and allow you to see/track your stroke accuracy, etc. I am proud of myself but far too...
REDDIT
Game of BONK
Hi! Bonk is a "rummy-style" card game built with Flutter. The idea was to be able to play with family and friends, but it turned out great and we figured why not share it with the community? Please gi...
REDDIT
Does anyone have experience with Gamified Animations in Flutter
Hey, Iâm a beginner in Flutter and currently working on a gamified app with a focus on âjuicyâ and smooth animations. For example: I have a progress bar that grows whenever a user completes a qu...
REDDIT
Confused about "Iterable" in Dart How is it different from a List?
Iâm currently practicing Dart and I keep seeing the term Iterable. Iâve googled it, but this sentence from the documentation is really confusing me: I don't quite get it. If I already have a List,...
REDDIT
Reducing iOS CI/CD costs by delegating work to Linux runners
ð https://medium.com/@chrisrkw/how-i-reduced-ios-ci-cd-cost-by-40-by-delegating-work-to-linux-runners-961d27ed1b24 Hey everyone! ð I just published a deep-dive into an optimization I made to my ...
REDDIT
Flutter doesnât respect system date/time format out od the box â hereâs a small package that fixes it
I ran into this issue multiple times in Flutter apps: Flutter doesnât expose a clean way to read the systemâs date/time format (locale-specific date formats), so respecting user settings can be su...
DEVTO
I built a Flutter package for smooth 60fps animated gradient borders
Spent the last few weeks building animated glowing borders for a project. You know the effect - like ChatGPT's input field or Apple's Siri animation. The problem? Most approaches I found online were e...
REDDIT
Is Samsung Health SDK support still relevant for Flutter apps?
Hey guys, I'm the author of health_connector and trying to understand what to build next. I'm considering adding Samsung Health SDK support alongside Google Health Connect and iOS HealthKit, but I'm g...
HACKERNEWS
Show HN: AI-Ready Enterprise Flutter Starter – Clean Architecture, DDD
After long period of work, I'm open-sourcing a Flutter starter app that I built to be AI-friendly.Architecture: - Clean Architecture + DDD + Hexagonal (Ports & Adapters) - CQRS pattern (Commands for w...
REDDIT
Using Jules with Flutter
I've been using Jules specifically for maintenance tasks (adding unit tests, fixing lint warnings, externalizing strings, small refactors). I assign it strict "Personas" that act like junior devs subm...
REDDIT
What error tracking tool are Guys using for flutter windows ?
Same as heading, I have tried firebase but it is not stable in windows
DEVTO
Music Sharity: Your Universal Music Link Converter
Ever received a Spotify link from a friend but you're an Apple Music subscriber? Or wanted to share your favorite track but your friend uses Deezer? Music Sharity solves this frustrating problem. The ...
DEVTO
I'm Building an App That Connects You with Strangers from Anywhere in the World published
The Idea Most people will never visit most places on Earth. But everyone can have a conversation. That thought sparked Meridian – an app that connects you with random people from any country, in any l...
REDDIT
Flutter iOS debugging on Linux with a real iPhone
Hello everyone, Previously I shared my partially open source setup for debugging Flutter iOS apps on Windows using a real iPhone in this post. Some of you asked about a Linux version, so I was working...
REDDIT
Multi-level (hierarchical) sorting of data on client side (orderBy, orderByDescending, thenBy, thenByDescending).
Multi-level (hierarchical) sorting of data on client side (orderBy, orderByDescending, thenBy, thenByDescending). pub.dev/packages/ordered_iterable The small size of the source code allows this softwa...
REDDIT
Open source: AI-Ready Enterprise Flutter Starter with Hexagonal Architecture, CQRS, type-safe routing, and 23 AI-friendly architecture rules
Hey r/FlutterDev! ð I've been working on this for a long period and finally ready to share it. What is it? An AI-Ready Enterprise Flutter Starter - a production-grade template that combines: Clean ...