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()...
REDDIT
Cloud Al latency was ruining the flow state of my writing app.
I've been building a distraction-free writing app with a Copilot for prose autocomplete feature. In beta, the biggest complaint was the lag. Waiting 800ms for an OpenAl round-trip completely ripped pe...
REDDIT
CarouselView.builder and weightedBuilder (added in Flutter 3.41)
I noticed these were merged recently and wanted to share a quick overview, as it finally adds lazy loading to CarouselView. You can now use CarouselView.builder and CarouselView.weightedBuilder in the...
MASTODON
I’m available #ForHire starting today.Mainly a #ruby / #rails / #elixir developer with more than 15…
I’m available #ForHire starting today.Mainly a #ruby / #rails / #elixir developer with more than 15 years of experience.I design databases, APIs, interfaces, and I know a bit about server admin, and d...
REDDIT
My plugin for editing music file's metadata
Hello Flutter developers, I am sharing you with you a plugin that I made for editing music files's tags (ID3 tags) Several file formats are supported, and I will make sure in the next days to add more...
REDDIT
Flutter app needs beta testers (cross platform)
Iâve created an app for phones or pads that uses a flashcard approach to learning chords. Named FLASHCHORDS, it is now available for beta testing on both Apple and Android devices. This app literall...
REDDIT
No more endless manual deployments! ð
After several iterations (and a few battles with Apple and Google configurations ð
), the CI/CD architecture for @Suntro is finally up and running, fully automated on GitHub Actions. When building a...