Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add "Buy me a coffee" button on the README.md
  • Loading branch information
JulianAssmann authored Aug 24, 2021
1 parent 4c9da4f commit 8f2dec3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# flutter_background

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/julianassmann)


A plugin to keep flutter apps running in the background. Currently only works with Android.

It achieves this functionality by running an [Android foreground service](https://developer.android.com/guide/components/foreground-services) in combination with a [partial wake lock](https://developer.android.com/training/scheduling/wakelock#cpu) and [disabling battery optimizations](https://developer.android.com/training/monitoring-device-state/doze-standby#support_for_other_use_cases) in order to keep the flutter isolate running.
Expand Down

0 comments on commit 8f2dec3

Please sign in to comment.