REDDIT
Satellite maps for a published app (with dynamic heatmap)
Hi everyone! Iâm developing an app in Flutter that needs to: - display satellite maps - overlay a heatmap that moves in real time - and be publishable on the app stores without guaranteed fixed cost...
REDDIT
dashmonx - auto hot reload your Flutter app on file save (modern dashmon fork with eXtra features)
Hey everyone I've been using dashmon for a while (the CLI tool that auto hot reloads your app when you save files) and really liked it, but unfortunately seems like it's no longer maintained. So I for...
MASTODON
foreground_service_isolate: Spawn an isolate in an Android Foreground Service…
foreground_service_isolate: Spawn an isolate in an Android Foreground Service https://lemmy.zip/post/58350448
REDDIT
foreground_service_isolate: Spawn an isolate in an Android Foreground Service
Hey there. I just released a plugin that helps you spawn an isolate in an Android Foreground Service. The isolate stays alive even if the main activity is killed. You can easily communicate with and r...
REDDIT
How I integrated Firebase Vertex AI (Gemini) to extract questions from PDFs/DOCX files in Flutter
Just shipped a study app and wanted to share some technical bits that might help others. The challenge: Let users upload any file (PDF, Word, PowerPoint, images) and extract test questions using AI. S...
MASTODON
Поддержка Flutter Impeller для ОС АврораМеня зовут Никита Красавин, я тимлид команды разработки Flutter для ОС Аврора в Открытой мобильной платформе.
Поддержка Flutter Impeller для ОС АврораМеня зовут Никита Красавин, я тимлид команды разработки Flutter для ОС Аврора в Открытой мобильной платформе. Сегодня я расскажу вам об одной из нашумевших фич ...
REDDIT
How to detect phantom bugs or ghost bugs in flutter mobile application.
Calling out all the Experienced developers out there. Need Help!! Is there a way to detect phantom/ghost bugs in flutter mobile applications. Bugs that sometimes appears in production and then disappe...
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...
MASTODON
Introducing QuikFlow 2.0, with support for iOS/iPadOS and vertical layout!Try it out now on desktop…
Introducing QuikFlow 2.0, with support for iOS/iPadOS and vertical layout!Try it out now on desktop or mobile:https://quikflow.app#mindmapping #flowchart #flutter #flutterdev #windows #windows10 #wind...
MASTODON
📣 Join FCAIC #16 — Feb 3 @ 17:00 UTC (9AM PT)Prompt, Code, Think: Vide CLI for Flutter…
📣 Join FCAIC #16 — Feb 3 @ 17:00 UTC (9AM PT)Prompt, Code, Think: Vide CLI for Flutter DevelopersFCAIC #16 – A Flutter-first coding agent built on Claude CodeGuest: Norbert KozsirNorbert showcases Vi...
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...
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...