What do Flutter developers need to do to meet Google's new August 2026 Play Console technical quality requirements (by their deadline of February 2027)? I am referring to this Google Android Developer blog post from three days ago: https://android-developers.googleblog.com/2026/08/app-quality-memory-optimization-secure-onboarding.html Will the Google framework handle all of this for us in the…
I was working in flutter flow ro make an app then when I tested it nothing was working no navigation no any thing then when I went to preview every thing was working but I wonder what is the problem how to fix it I need to test not to preview because there is accounts and profiles so it can't work in preview submitted by /u/No-Butterfly-8420 [link] [comments]
Hi. So I’m using a GitHub for my codebase repo which is react (not native) with capacitor and my developer uses something which I presume is flutter to sync with Apple and Android. Not sure if he uses Xcode or Android Studio. As I have no experience in flutter, I can see the flutter repo in my GitHub created by the developer. 1) if developer has set up flutter, and I make some capacitor changes in…
I'm a first time mobile developer, but I've done a lot of other things. And I'm researching for a potential client what cross platform framework I would choose. I've done various investigations and smaller spike projects using both. The gist is that the app has to manage a profile, connect to Supabase, connect to a hardware device with various pressure sensors, and record/playback video.…
Recently I have been trying to develop an app. I keep getting recommended with flutter and android studio code being connected to my visual studio code. I have already downloaded both applications but when I am trying to accept the licenses for Android studio in my command prompt. It keeps giving me an response that the command doesn't work anymore. I have been searching for the new command but…
I’m planing to release my first app as individual and as far as I know, I need 12 internal testers using the app during 14 days before releasing it to production Is it correct? If so, is there any volunteers to help me? :) For now the app is only in pt_BR. But tbh it is not a problem if you don’t speak pt_BR. submitted by /u/raphaeljr [link] [comments]
Hey everyone, I’m hoping someone who has built a ride-sharing or delivery app can point out what I'm doing wrong here. I'm building a live tracking screen using google_maps_flutter , Riverpod, and WebSockets. I have a vehicle marker that animates smoothly between GPS pings using an AnimationController The problem is the route line. I'm trying to slice the polyline so that the "traveled" portion…
I’m building a delivery app, and I’m working with a relatively small budget about (200 dollars a month) . I need a mapping solution that provides navigation for drivers while also allowing customers to select locations and track drivers in real time . Initially, I tried building the entire mapping/navigation stack myself using Flutter Map + OpenStreetMap + GraphHopper . However, I found it quite…