Taimoor Ghafar

Results 8 issues of Taimoor Ghafar

Why Lano-Visualizer does not support Grove music player in Windows and Youtube Music Playing in Google chrome? kindly add these features also. Thank you

I don't understand the language of the application. If the app has English support kindly tell me how to enable it.

I want to turn on and off flashlight inside a timer.periodic but flash is not turning on....? ``` FlutterIsolate.spawn(turnOnFlashLight, [ flashLightBlinks, flashLightBlinksDelay, prefs, ]); --------------------------------------------------------------------------------- void turnOnFlashLight(List l) { int...

``` Future startListningClap(BuildContext context) async { // if service already running if (await FlutterForegroundTask.isRunningService) { setForceStopFlashlight(false); return Timer.periodic(const Duration(milliseconds: 500), (Timer ct) { try { clapAudioSubscriber.cancel(); } catch (_) {}...

Why does the stream only run once.....??? ``` recognitionStream.listen((event) { print(listening'); }, ); ```

My Tensorflow model which I trained using teachable machines has a size of 5MB but after adding the model and flutter_tflite_audio package, my app size increased from 20MB to 54MB....

Could not find method compile() for arguments [org.tensorflow:tensorflow-lite:+] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.