REDDIT
VSCode settings and windows defender exclusions that made my experience much better as a flutter developer
I like github copilot inline suggestions but sometimes it feels too invasive and conflicting with IDE/dart quick suggestions as I type. sometimes even making the editor feel laggy and slowing dart cod...
REDDIT
I made rush_synth - a Flutter MIDI synthesizer and sequencer in Rust
Last year I was developing an app that required low latency MIDI synthesis. The initial PoC used a popular lib at the time but it went unmaintaned and eventually it stopped building with newer Sdk. So...
REDDIT
The "what version is live?" problem is way more common than I thought
posted about an app tracking dashboard idea on r/FlutterDev this week. didn't expect much, but got 3.5k views and a ton of comments confirming the same pain point turns out managing multiple apps acro...
REDDIT
Building a decision-making app in Flutter â here's the scoring model I came up with
Been building Clarity.ai in Flutter and ran into an interesting logic problem I wanted to share. The core challenge: How do you fairly score options when they have unequal numbers of pros and cons? A ...
REDDIT
Droido - open paned introduced
Introducing Droido.openPanel() Debug smarter, not harder. Now you can open the Droido debug panel from anywhere in your app with a single line of code. No need to navigate through hidden gestures or c...
REDDIT
Different versions of pages for users
Whatâs the most efficient way to display different versions of the same page for different kinds of users? For instance a marketplace app, the sellers page for an item would have all the same info b...
REDDIT
How much jank is acceptable in production Flutter apps?
While profiling Flutter screens, I noticed that combined events like api hit,loading, keyboard changes and navigation can sometimes cause a single UI/raster jank frame. Do you try to eliminate every j...
REDDIT
How to create down drop menus that are also pull down menus
I got so frustrated with Flutter's menu widget which don't support how menus works (at least) on macOS that I started to implement by own version. Doing so is annoyingly difficult, so I'm sharing my a...
MASTODON
The first release candidate of Butterfly Crimson Red (2.5) is now available.Highlights:📤 Better…
The first release candidate of Butterfly Crimson Red (2.5) is now available.Highlights:📤 Better export and data settings👆 New hold shortcuts🔺 Improved polygon workflow⚡ Rendering improvements🐛 Bug...
REDDIT
Is there a decent number of Flutter and other tech jobs in Mumbai?
I am moving to mumbai from Ahmedabad to find a job. Is mumbai good for tech jobs ? Any advice ?
MASTODON
I built a breathing exercise app because every one I tried wanted my email, tracked me, or hid…
I built a breathing exercise app because every one I tried wanted my email, tracked me, or hid basic features behind a paywall.Mindful Breathe — guided inhale/hold/exhale cycles, customizable presets,...
REDDIT
Baby tracker built with Flutter + Supabase. Voice-first input, real time parent sync, some learnings.
My wife and I built a baby tracking app after our second kid was born. She couldnt use any existing tracker at 3am (4 month old with reflux and a toddler, her hands are literally never free) so she sa...
REDDIT
ZEGOCLOUD vs Agora â which one do you recommend for Flutter live streaming apps?
Hi, Iâm currently exploring how to build a live streaming app with Flutter and looking into different real-time streaming SDKs. Right now Iâm comparing options like ZEGOCLOUD and Agora, mainly for...
REDDIT
Use of AI tools as flutter developer!
Hi ð flutter developers as we all know AI makes development easy .I have a question in my mind developers that have developers having experience of 6 months should they use Ai tools?(Means they do ...
REDDIT
Found a Flutter app that makes testing emails way easier (DevPostBox)
Came across a Flutter repository called DevPostBox thatâs pretty handy if you use testmail.app for testing email flows. Instead of opening the browser or manually calling endpoints to check test ema...
MASTODON
Flutterで意味検索(ベクトル検索)をやってみるhttps://qiita.com/y_abe_bc/items/6464a375c751cf1d9a58?utm_campaign=popular…
Flutterで意味検索(ベクトル検索)をやってみるhttps://qiita.com/y_abe_bc/items/6464a375c751cf1d9a58?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items#qiita #Flutter #ONNXRUNTIME
MASTODON
Flutterでテキストをベクトル化するhttps://qiita.com/y_abe_bc/items/106e58ae62f35e5155e0?utm_campaign=popular_items…
Flutterでテキストをベクトル化するhttps://qiita.com/y_abe_bc/items/106e58ae62f35e5155e0?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items#qiita #Flutter #ONNXRUNTIME
REDDIT
swift_animations â SwiftUI-style declarative animations for Flutter (no controllers/ticker boilerplate)
 got tired of wiring up AnimationController, TickerProviderStateMixin, and disposal every time I wanted a simple enter animation, so I built swift_animations. What it does: You chain .animate()...