Abdur Rafay Saleem

Results 8 comments of Abdur Rafay Saleem

I don't understand the need to deprecate the `.clear()` method. There is a chance someone might want to clean the waiting queue even if they are using `QueuedInterceptor` implementation. For...

> I don't understand the need to deprecate the `.clear()` method. There is a chance someone might want to clean the waiting queue even if they are using `QueuedInterceptor` implementation....

I think this feature would be really helpful without having to implement workarounds like the above everytime.

> @Bryant-Yang @dokinkon the new flutter version still constrained to meta 1.3.0, analyzer 2.0.0 depends on meta 1.7.0. > you can always override the analyzer dependency in your pubspec. how...

> @arafaysaleem > > > how can we do that? > > in your pubspec file > > ```yaml > dependency_overrides: > analyzer: 1.5.0 > ``` this throws an error...

Try the following approach. This workaround might not stop the rebuilds but caches the child and fixes the scroll jank. What worked was, to store the widget inside the builder...

You can use **animatePanelToPosition** method available on the panel controller. `animatePanelToPosition(double value, {Duration duration, Curve curve = Curves.linear})` Attach this to to a **postframe callback** so it gets called after...

This is a very old app and has been archived. I am no longer accepting contributions to this one.