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
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...
MASTODON
WSL Manager – Gérez vos distributions Linux sous Windows sans toucher au terminal…
WSL Manager – Gérez vos distributions Linux sous Windows sans toucher au terminal https://fed.brid.gy/r/https://korben.info/wsl2-distro-manager-gui-windows-linux.html
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 ...
MASTODON
RE: https://social.darc.de/@DA6KM/115997831761129230I finally took the time to work on an open…
RE: https://social.darc.de/@DA6KM/115997831761129230I finally took the time to work on an open source project again.#HamRadio #OpenSource #FOSS #BrandMeister #Flutter #Android #iOS
MASTODON
I've just released v1.0.0 of #BrandManager which is a #Brandmeister Management App.Currently it's…
I've just released v1.0.0 of #BrandManager which is a #Brandmeister Management App.Currently it's sole purpose is to view and link or unlink Talkgroups to your Hotspots. As of now I've only uploaded a...
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...
MASTODON
#TIL: #Flutter deletes toString() from many classeshttps://github.com/dart-lang/sdk/issues/62557#iss…
#TIL: #Flutter deletes toString() from many classeshttps://github.com/dart-lang/sdk/issues/62557#issuecomment-3831052602So, for example, logging log.info("Screen size: $size");will print the size corr...
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...
MASTODON
Идентификатор пакета.
Идентификатор пакета. Боль кроссплатформыЯ очень люблю всякие курсы программирования для детей, где маленьких мальчиков и девочек учат программировать. Им обычно говорят слова типа: «Ты всё сможешь, т...
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...