REDDIT
(Test 4 Test) If you are serious about 14 days testing, DM me.
We will do test-for-test. We install each otherâs apps and open them daily for 1â2 minutes. Important: You must open the app every day If you miss even 1 day, the 14-day count resets to Day 1 Also...
REDDIT
Preloading multiple HLS video streams in Flutter (like short video feed)?
Iâm working with HLS streaming in Flutter and trying to achieve smooth scrolling on short video feed. Goal: preload ~10â15 videos ahead to avoid buffering when users scroll. Current challenge: A...
REDDIT
Fedup as a Developer
Iâm really fed up with client requirements and repetitive work. Itâs always challenging to take orders and suggestions from non-technical people, and on top of that, payment issues make things eve...
DEVTO
Construindo um App Financeiro (Parte 3)
Mais um capitulo da serie 'Construindo um App Financeiro'. https://capsistema.com.br/cap/ia0vyec4q
REDDIT
Knex-dart 1.2.0 released: query once, generate SQL for multiple dialects + new driver packages on pub.dev
Iâve been building knex-dart, a Knex.js-style SQL query builder for Dart backends supporting each dialect just from a query builder. enum KnexDialect { postgres, mysql, sqlite, mariadb, redshift, tu...
REDDIT
I automated the complete boilerplate!
I kept rebuilding the same Flutter app setup over and over⦠Auth Onboarding Paywalls Firebase wiring AI integrations Every single project ð So I finally got tired of it and built a CLI that sets ...
REDDIT
Cross-platform subscriptions with Revenuecat
Hello, My app doesnât require an account by default, free users can use it without signing in, only paid users if they want to access their subscriptions on a the second platform they should create ...
DEVTO
How I Manage Complex State in Flutter with Riverpod StateNotifier
I've been building a Flutter admin panel that handles push notifications, user filtering, audience estimation, and real-time Firestore data. At first I tried setState and Provider, but things got mess...
REDDIT
Google Maps Marker and Cluster
I want to implement the same behavior of Markers displayed in the attached video... Is there any way to implement it?
REDDIT
Build Flutter iOS apps in Docker (open-source) on any platform
Hey everyone! I just open-sourced iosbox. Itâs a way to build Flutter iOS apps entirely in Docker. Give it an Xcode.xip, it sets up a containerized toolchain, cross-compiles with SwiftPM +ld64.lld, ...
DEVTO
Flutter Repository Pattern Explained (Stop Accessing APIs Directly)
Flutter Repository Pattern Explained (Stop Accessing APIs Directly) If your BLoC is calling APIs directly… 👉 your architecture is already broken. It might work today — but as your app grows, it turns...
REDDIT
@JsonKey(required: true) : vraie valeur ajoutée ou simple redondance ?
Hello la communauté ! J'aurai aimé avoir votre avis sur l'utilité de l'annotation "@JsonKey(required:true)" dans ce cas : @JsonSerializable() class Point { Point({ required this.x, required this.y,...
REDDIT
Flutter for Games
I've been using Flutter to make gamified apps, and in some cases games, for a bit now. My UI/UX is the main problem. Even with modification it still feels like a business app. I was wondering if anyon...
DEVTO
I Built a Focus-Scoring Browser Using Camera AI, Claude, and MediaPipe
Social media and content were already saturated. Then AI arrived and multiplied the volume of information and parallel tasks by orders of magnitude. In this world, I wanted to bring the value of focus...
REDDIT
Published a Dart Reimplementation of Orama
Just wanted to share a couple of learnings and notes about this reimplementation. Feel free to give constructive feedback on this process. My background is nine years teaching high school computer sci...
REDDIT
OWASP Top 10 For Flutter â M8: Security Misconfiguration in Flutter & Dart
In this eighth article, we focus on M8: Security Misconfiguration, a vulnerability that often hides in plain sight. Unlike the complex code vulnerabilities we discussed earlier, misconfigurations are ...