DEVTO
Flutter’s Secret Handshake with External Apps 🤝
Sometimes the best feature in your app is not rebuilding something that already exists. In one of my recent Flutter projects, I needed to collect structured field data. There was already a specialized...
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...
DEVTO
How I achieved 120 FPS for complex dashboards in Flutter using pure math and CustomPainter
Beyond Standard Widgets: The Power of CustomPainter Most Flutter developers rely on heavy charting libraries. While they are great for simple use cases, they often become a bottleneck when you need to...
MASTODON
🔴 #HumpdayQandA with Live Coding!
🔴 #HumpdayQandA with Live Coding! in 20 minutes at 4pm GMT / 5pm CEST / 9am PDT today! Answering your #Flutter and #Dart questions with @devangelslondon @randalschwartz @imafiguresk8r and @johnwieseh...
REDDIT
Cloud AI 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 OpenAI round-trip completely ripped ...
REDDIT
We built maestro-runner â a drop-in replacement for Maestro's test runner, written in Go. Single binary, no JVM, same YAML
Hi community! I am co-founder of a company that runs two products in the âinfra for mobile app testingâ space. We support all major test automation frameworks which, of course, includes Maestro. W...