flutter_background_service
flutter_background_service copied to clipboard
keeps turning on phone LED lights
from version 0.2.0 until the version 2.0.0
i tried all of them and they have this problem
i tested it in two androids(7 and 8) and on both of them i have this problem
here is the code
`import 'dart:async';
import 'package:flutter_background_service/flutter_background_service.dart';
FlutterBackgroundService _service = FlutterBackgroundService();
Future
Future
hi @MohammadAminZamaniAfshar thanks for the report, unfortunately I don't have a device with LEDs to reproduce this issue.
i think, it can be caused by notification channel priority. Could you try to change the notification priority on the application setting?
Recentlly i tried the last version of package(2.1.3) and this problem is fixed but not completely When service starts(no matter on foreground mode or background mode) the phone lights turning on for a few seconds and then they turned off I also change the notification priority on the application setting and nothing changed Only when i turn on save power mode , phone lights didn't turn on when service start
https://user-images.githubusercontent.com/88077166/175516754-70d4779e-2574-495c-aa21-465b647e9d1b.mp4