You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the opened issues and there are no duplicates
Describe the requested feature
There is currently no way to schedule tasks or processes to run after the app is closed. The ability to do so would be extremely useful in many scenarios.
Example Scenarios:
Periodic Data Synchronization: Fetch or sync data from APIs or databases even when the app is not open, providing a better user experience by ensuring data stays up-to-date without needing the app to be actively running.
Notifications: Send local notifications at specific times or when a requested task has completed, without relying on the app being open.
Task Queuing: Run long-running tasks in the background that can continue executing even after the app is closed, ensuring that critical operations are not interrupted.
Suggest a solution
There are 2 ways to include background task support as specified by flutter team here.
Duplicate Check
Describe the requested feature
There is currently no way to schedule tasks or processes to run after the app is closed. The ability to do so would be extremely useful in many scenarios.
Example Scenarios:
Suggest a solution
There are 2 ways to include background task support as specified by flutter team here.
Screenshots
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: