plus_plugins icon indicating copy to clipboard operation
plus_plugins copied to clipboard

[Question]: Android_Alarm_Manager_Plus

Open Raasith09 opened this issue 1 year ago • 0 comments

What is your question?

actually, I'm implementing that when a user login he has only 45 minutes to work in an app, even if the app was run in the background. so I wrote a separate class and called the class when the user login sometimes it works in the background sometime it shows "e/flutterbackgroundexecutor(18665): background isolate already started i/alarmservice(18665): alarmservice has not yet started." I couldn't find the perfect solution below I mention my code. Screenshot 2024-04-29 at 12 29 36 PM Screenshot 2024-04-29 at 12 31 36 PM Screenshot 2024-04-29 at 12 32 42 PM

Checklist before submitting a question

  • [X] I searched issues in this repository and couldn't find such bug/problem
  • [X] I Google'd a solution and I couldn't find it
  • [X] I searched on StackOverflow for a solution and I couldn't find it
  • [X] I read the README.md file of the plugin
  • [X] I am using the latest version of the plugin
  • [X] All dependencies are up to date with flutter pub upgrade
  • [X] I did a flutter clean
  • [X] I tried running the example project

Raasith09 avatar Apr 29 '24 07:04 Raasith09