Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
12 views

Ola maps integration in Flutter

So I am working on a similar project like ola for the tier 3 cities and i see that ola maps are free but Ola Maps only provide android sdk, and does not support flutter for now, how do I implement the ...
Burhan's user avatar
  • 1
0 votes
0 answers
11 views

How to get "supportedAbis" on android browser

How can i get at least one supported ABI of android device through website on android browser? I just want supported ABI name like (arm64-v8a, armeabi-v7a, x86-64) of android device through website ...
Sunny's user avatar
  • 1
0 votes
0 answers
15 views

Time variable's state not changing after setting its state

here's a flutter package called circular_countdown_timer , I want to change its timer state by giving a costum variable, to make it clear I've created a simple page which containg just the very widget ...
Antony Artoonian's user avatar
0 votes
0 answers
14 views

How to prevent installing apps in private space in android 15 beta?

In new private space feature in Android 15 devices, No Push notifications are showing. In my app, push notification is mandatory to the user, and installing app in private space won't show any push ...
Karthikeyan Pandian's user avatar
1 vote
1 answer
24 views

How to navigate to the map application in Carplay when integrating Flutter application with Carplay?

In the application I made with Flutter, I integrated CarPlay with the flutter_carplay package. When an item is clicked on the POI screen in Carplay, it needs to open the map in Carplay and navigate to ...
Mustafa Samancı's user avatar
0 votes
0 answers
29 views

How do you save user data to firestore database?

When using the iOS simulator to run my app when i register users their email and uid gets saved to the auth. But the users data does not get saved to the firestore database to create a collection. ...
Mohamed Coulibaly's user avatar
2 votes
0 answers
36 views

Flutter: Save File to Phone's Downloads Directory. Dart

Using Flutter, Dart, I need a solution to download File() Which comes from this import 'dart:io'; in the user's phone inside the downloads directory. It would be really kind of someone to write a ...
Ali Jawad's user avatar
  • 326
0 votes
0 answers
27 views

Create a GPS in real life and connect it with a Flutter app

I created a mobile app in Flutter. The app is a tracking, location, and points on the Google map app. However, I am currently limited because, to get the location of people, they need to use their ...
Yojan Brandon's user avatar
1 vote
1 answer
34 views

Flutter: Try correcting the name to the name of an existing getter, or defining a getter or field named 'caption'. Failed to compile application

I'm trying to run my Flutter app on Android after a long time and it won't run successfully because of the below error: 'TextTheme' is from 'package:flutter/src/material/text_theme.dart' ('../../Dev/...
ErfanRahmati's user avatar
1 vote
1 answer
21 views

Flutter MissingPluginException in second Entrypoint when started from Android FS

I want to develop an Audio Recorder with custom ML models using onnx in Flutter, I am currently targeting Android, and later I want to expand to IOs. In Android I want to run my dart code within the ...
Markus's user avatar
  • 11
0 votes
0 answers
45 views

Disappearing texts when scrolling the slider

I have two texts in the view (these texts are parallax) And a pageView that is like a slider. When I scroll the slider, the texts disappear and I have to scroll the page again to make them appear! ...
Parsa's user avatar
  • 151
0 votes
0 answers
25 views

Issue with back buttom from native android code to flutter

I have an android library that have some native screens and features everything is working but issue is when i backPressed from native Activity then my flutter screen is reloaded but i want my flutter ...
Laxmi kant's user avatar
0 votes
0 answers
52 views

Not able to install APK on Android as version already exists (ADB not a viable solution)

I am trying to update an app via installing an APK, however in testing I saw that even when the previous version of the app was uninstalled, the latest version could not be installed. The app is built ...
ckuan's user avatar
  • 1
0 votes
2 answers
30 views

when we run flutter code in development mode in physical device, does application live only in RAM

So when we Run code, by F5 in VS code, does that Application on physical device leave only on RAM? This question arise will using image_picker library on Handling MainActivity destruction , which say ...
Abhishek_Yadav's user avatar
1 vote
2 answers
42 views

How to efficiently manage state in a large-scale Flutter application? [closed]

I’m working on a large-scale Flutter application and I’m facing challenges with state management. I’ve tried using setState, but it quickly becomes unmanageable as the app grows. I’ve also ...
Anu D's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
591