Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiments with background tasks in Flutter #1224

Closed

Conversation

klochowicz
Copy link
Contributor

Abandoned in favour for more reliable way of delivering push notifications.
Can be picked up later if deemed useful, it should work well on Android and somewhat OK on iOS.

Sometimes the app  would panic at startup (for local deployments for me), and I
    figured it was trivial to make it more resilient in this case.

We now log an error if for whatever reason we couldn't display the node id at
    startup (e.g. node wasn't ready) - this is not a critical bug, and it gets
    logged at later stage anyway.
A dedicated entity that keeps track of updating the information about position
in the SharedPreferences.
The previous setting never worked for me.
Setting it to automatic, as the error message suggested, works when I'm
deploying locally.

If this works for others & for our fastlane / release process, it would be
    really convenient.
@klochowicz klochowicz linked an issue Sep 5, 2023 that may be closed by this pull request
@klochowicz klochowicz closed this Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use background tasks to notify users about expired position
1 participant