JulianAssmann / flutter_background

A flutter plugin to keep apps running in the background via foreground services. Android only.
https://pub.dev/packages/flutter_background
MIT License
89 stars 52 forks source link

Add WifiLock ability #47

Closed JulianAssmann closed 3 years ago

JulianAssmann commented 3 years ago

This adds the ability to activate a WifiLock while running in the background is active in order to keep the radio on. This allows for ongoing network communication even after a long time in sleep. See the Android Documentation for WifiLock for more.