rt234cw

Results 5 issues of rt234cw

![MicrosoftTeams-image](https://user-images.githubusercontent.com/113787435/221151954-9e87e4f5-8a0e-4f58-b97e-e83d97755455.png) Has anyone encountered this issue? My code is the same as the tutorial and other people's code, but I keep getting an error when I start debugging. I'm not...

No matter what time I set, controller always take 3 secs to disappear ``` BetterPlayerControlsConfiguration( controlsHideTime: Duration(milliseconds: 1), ), ```

new issue

For example, I am using TextButton. How do I dismiss the sliablaction after pressing the button? ``` Slidable( endActionPane: ActionPane( motion: const ScrollMotion(), children: [ TextButton(onPressed: () {}, child: const...

``` Flushbar( title: 'title', message: 'ok', flushbarPosition: FlushbarPosition.TOP, duration: const Duration(seconds: 2), animationDuration: Duration.zero, ).show(context); ``` While trying to disable animation by setting `animationDuration : Duration.zero` caused the exception **package:flutter/src/widgets/navigator.dart':...

In some scenarios, the user might trigger notifications multiple times within seconds, which results in showing too many notifications. Is there a way to dismiss the current notification before showing...