From 8f2dec361990d0e119701fd191ad641dc1d664f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20A=C3=9Fmann?= Date: Tue, 24 Aug 2021 19:53:29 +0200 Subject: [PATCH] Update README.md Add "Buy me a coffee" button on the README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index adc72f4..92f3004 100644 --- a/README.md +++ b/README.md @@ -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.