Sai Rajendra Immadi

Results 23 comments of Sai Rajendra Immadi

I saw this in amazon prime music app do in android. So, I thought it would be nice if we can have it here also. I am fine with either...

> Actually, I believe you can already achieve this today - just change the notification icons appropriately to look disabled / not disabled. @nt4f04uNd is it so? If that's the...

In the case you gave. It's like we have 2 different icons for enabled and disabled say white color and grey color. Is that right? That means, we only change...

> It is up to your logic how to handle the event you received, in that case, do nothing if you have skip next action disabled. Yes, that is fine....

Looking at `keyboard.dart` ```dart final blockedPropagation = !propagateToChildren( (KeyboardHandler child) => child.onKeyEvent(event, keysPressed), ); // If any component received the event, return handled, // otherwise, ignore it. if (blockedPropagation) {...

I tried to play with it a bit and following are what I have observed. - When we don't override `onKeyEvent`: - The `blockedPropogation` is being set to `false` when...

A normal work-around (for users) would be increasing the `size`. It is probably increasing the width. But, in most of the cases it won't work (when having max width). From...

> @immadisairaj do you want to work on a PR for this? :) Yes, I can start working on a PR for this.

I am not sure of how it has changed with the version `1.5.0`. This doesn't work when I am trying now (not even dings). Maybe there would be needing some...

Ohh.. gosh! Sorry to bother you @spydon. I missed using `HasKeyboardHandlerComponents` and so is not working. Now it works as expected. Even the ding sound is not coming now (the...