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 ...
DEVTO
Book Delhi to Gwalior Crysta with Guruji Travels
https://gurujitravel.com/packages/delhi-to-gwalior-crysta Delhi to Gwalior Crysta – Comfortable & Reliable Taxi Service Delhi to Gwalior Crysta service is proudly offered by Guruji Travels Pvt. Ltd., ...
DEVTO
Nice piece bro
How to Build and Publish a Dart API Package to pub.dev Franklin Oladipo ・ Feb 1 #techtalks #api #flutter #dart
DEVTO
How to Build and Publish a Dart API Package to pub.dev
A practical, real-world guide to structuring Dart packages, understanding plugins, and publishing reusable libraries to pub.dev. One of the strengths of the Dart and Flutter ecosystem is how easy it i...
REDDIT
New episode of the It's All Widgets! Flutter Podcast with Thomas Burkhart ð
Born 1971 Thomas Burkhart could be seen almost as a legacy system. Being almost 30 years in this industry led him to a lot of different technologies, like C++ with mfc, C#, microcontrollers in C and c...
REDDIT
Learning Flutter vs pursuing Master degree in Software Engineering!
Hi I'm 31 years old guy, I haven't any skill of programming i just remember a basic of programming, 8 years ago i graduated computer science, during those years i hadn't good professional job related ...
REDDIT
Flutter + Python: MimikaStudio, Voice Cloning, TTS & Audiobook Creator (macOS + Web)
Hey everyone, I've been working on a native macOS app called MimikaStudio and thought this community might find it useful. It's designed to help authors create audiobooks from their manuscripts, inc...
REDDIT
Something that should be easy but somehow never is?
Whatâs that one thing that should be simple, but somehow always feels more annoying than it needs to be? Something where the docs are technically correct⦠but way more complex than the actual use ...
REDDIT
Opinion: The difference between a Junior and Senior dev isn't what they write. It's what they delete.
Most of us measure productivity by lines of code added. "I built this feature." "I added this package." I used to think the same. I thought being "Senior" meant writing complex abstractions or using t...
REDDIT
How much money has your App made in 2026 so far?
I'm sure a lot of people on here are not just developers working for others but have built something of their own. How much money has your App made? I'm curious we all see so many gimmicky figures onl...
REDDIT
Connect flutter app to apple watch
Hi everyone, I'm building flutter app and integrate apple watch with sync paired simulator. I am facing sync issue. Couldn't showing data. I have tried WCSession with invoke method. All possible metho...
REDDIT
Who of you uses promotional codes to promote your apps?
Hi, I am currently building a platform to make handling of promo / offer codes on Android and iOS easier because after releasing my first own app I was really shocked how cumbersome the handling is. A...
REDDIT
Is Flutter dead? I donât really laugh anymore...
Writing this post with 10 years in mobile(android) and almost 5 years in Flutter. You know that meme question: âIs Flutter dead?â I always laughed at it, with irony, because Flutter wins for many ...
REDDIT
proposal to implement explicit error propagation in dart inspired by zig https://github.com/dart-lang/language/issues/4630
What are your thoughts on the proposal to implement explicit error propagation in dart inspired by zig https://github.com/dart-lang/language/issues/4630
REDDIT
I built a mobile Code Editor in Flutter
Hi, I made a generic editor app. I built it in a way that the main architecture is reusable, and each editors are plugins. The benefit of building it this way, is so that editor plugins have a base of...