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

All Questions

Tagged with
0 votes
0 answers
12 views

Flutter Firebase require resign in to work

I am using Firebase Auth and Firestore, it works fine but when close the app for a while( more than 30 mins approximately) no firebase code work and i get the following error: W/System (12108): ...
Ahmed El Sayed's user avatar
0 votes
0 answers
6 views

Best way to use auth0 for managing permissions in a chat application where we might have roles like group admin or regular group member

So I way developing a chat application and kinda stuck while setting roles, permissions, scopes etc. So I was using auth0 for authorization along with OIDC for authentication. The components of my ...
Joydeep Bhattacharjee's user avatar
0 votes
0 answers
7 views

How to open Flutter app from foreground mode?

I am making an alarm application with Flutter, I coded a foreground service with PlatformChannel and MethodChannel. When countdown finishes I want to show an Alarm page but I can't deal with it. The ...
Serhan Ergül's user avatar
0 votes
0 answers
11 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
2 views

Flutter : Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1

I got some erros in my flutter app Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. e: C:/Users/nilsm/AndroidStudioProcjects/Prosjekt/...
nilshv's user avatar
  • 31
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
9 views

Correct Location of Android & Ios Manifest

What is the correct location for Android manisfest and Ios in Flutter Here is my code I need the correct location details, so that this can work successfully Future<void> _updateAndroidManifest(...
Clubz Friendship's user avatar
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
0 votes
0 answers
16 views

syncfusion_flutter_datepicker not showing month text

I am using syncfusion_flutter_datepicker to get the date range. but it seems that the month display is not showing. the name of each month is not showing, besides when selecting a month the text is ...
Miumicream'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
1 answer
33 views

Running a background task every 10 minutes to update server with device location

I am writing a flutter app (Android & IOS) which requires sending the device location once every ~10 minutes. This task is required to continue running in the background even when the app is in ...
Shachar 's user avatar
0 votes
1 answer
24 views

Trying to go into a deep link on clicking a notification, but app opens, but stays on first screen

I have build an android app using flutter and firebase. I have used go_router to set up all the navigation and deep links. The deep link works correctly when I click on a link (say pasted on whatsapp)...
Sanjay Dattatri's user avatar
0 votes
0 answers
16 views

How to detect face using camera package and google_mlkit_face_detection package in flutter?

`try { cameraController.initialize().then( (value) { setState( () { cameraController.startImageStream( (image) { try { debugPrint('camera_no formate${image.format.raw}'); debugPrint('camera_no size${...
jayaKumarjk's user avatar
0 votes
0 answers
15 views

How to start the audio_service plugin in the background after restarting an Android phone in Flutter?

I have an app I'm working on, similar to Spotify, made with Flutter/Dart. It uses the plugins audio_service and just_audio to work in the background and for audio playback. Currently, I am trying to ...
Demian's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
1554