Skip to main content

All Questions

Tagged with
0 votes
0 answers
30 views

flutter_blue_plus with flutter_foreground_task combination failes, when app get backgrounded

I am trying to combine flutter_foreground_tasks with BLE scanning, whether the app is running visibly or in the background, everything works perfectly. But as soon as I turn off the screen and the log ...
explodus's user avatar
1 vote
0 answers
29 views

Throw exception when putFile to Firebase Storage in background using WorkManager Flutter in IOS

I am encountering an issue with putFile in Firebase Storage when running in the background. Everything works fine in the foreground, but it's not functioning in the background. Please see the attached ...
Kiều Phong's user avatar
0 votes
0 answers
71 views

In Flutter, can I schedule exact alarms with some background task?

I'm making an alarm clock Flutter application with an extra function. I want to download an image from my server right before alarm goes off and show that image with ringing sound. So, I need to ...
dh kang's user avatar
0 votes
0 answers
34 views

How i Open my mobile app in Background mode flutter with firebase notification

I tired to open app in background mode in flutter with firebase notification .But it's not working. what I do for achieve anyone can help me. Thank You... I will create outside overlay custome ...
Paramesvaran JP's user avatar
0 votes
0 answers
68 views

Reliable way to receive SMS messages in the background and foreground with Flutter

I'm building a Flutter app that needs to receive SMS messages in the background and foreground, even when the app is closed or running. Query 1: How to receive SMS messages in Flutter, both in the ...
negin's user avatar
  • 1
-1 votes
1 answer
82 views

Background image doesn't show up (Flutter application)

I have some issues with my background image since it didn't show up on my application. I updated my pubspec yalm and added images to my assets directory, but only the logo image showed up. Can anyone ...
Vi Chang's user avatar
0 votes
1 answer
195 views

Adding flutter_background_geolocation package causes build failure

Adding flutter_background_geolocation package causes build failure I am trying to incorporate flutter_background_geolocation into my working flutter project. But when I run flutter pub add ...
Peter Thompson's user avatar
0 votes
0 answers
87 views

flutter stripe_android:verifyReleaseResources'. > A failure occurred while executing com.android.build.gradle.tasks > Android resource linking failed

What went wrong: Execution failed for task ':stripe_android:verifyReleaseResources'. A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action Android ...
Uchenna Mboo's user avatar
0 votes
0 answers
50 views

Workaround for TYPE_STEP_COUNTER onSensorChanged not triggered in background

TYPE_STEP_COUNTER onSensorChanged is not being triggered when in background. Found this doc that says, it should be done in either foreground or with foreground service https://developer.android.com/...
Gaurab Rana's user avatar
0 votes
1 answer
49 views

How to change button background color on click and make it stick in Flutter?

I have a test inside my app, so when you click on the button it changes color to green if it is correct. The background color change is done and working fine, but I would like to make the button green ...
Elena Epshtein's user avatar
0 votes
2 answers
109 views

Flutter Camera - Is it possible to take a photo while app is running on background?

I want to make an app that take a photo in specific time, 3:00PM everyday, for example. My design of the app is Run my app on background -> get current time -> take a picture from camera if ...
MooNChilD Song's user avatar
1 vote
1 answer
208 views

Flutter - Shared Preferences return null in background process?

I am using flutter_background_service. I need to process image when the app goes in the background. I need some values for the processing that I store in shared preferences before the processing. ...
who-aditya-nawandar's user avatar
1 vote
1 answer
104 views

flutter: get variable type of widget.[variable]

I'm new on flutter, then sorry if my question is basic. The class TelaDados is called inside the class TelaPrecos and it has two attributes, one of them is numeroSerie. Inside the class _TelaDados i ...
kleber's user avatar
  • 33
2 votes
0 answers
22 views

Is it possible to show notification every minute with date and time content in the notification inside flutter app using native code or inside flutter

I am trying to build the app where I want to show notification every minute in flutter but I didn't get fine solution now I am trying to do with native android code using android foreground service I'...
Aashis tech's user avatar
0 votes
1 answer
103 views

Flutter gradient background for entire screens issue

I was trying to add gradient background to all screens at once so I found a good way but it's not working as expected !! class MyApp extends StatelessWidget { const MyApp({super.key}); // This ...
Annos's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
14