carr

Results 5 issues of carr

Switching pages reinitializes, Page state cannot be maintained. And Use of mixin 'AutomaticKeepAliveClientMixin' is ineffective. ![图片](https://user-images.githubusercontent.com/16234264/95545454-815d1080-0a30-11eb-915d-2fe145ad00ed.png) This is a bug, this value is so big, no wonder you can't keep...

SwiperController 继承自IndexController IndexController内部有控制下标的函数,比如next(int index),move(int index),但是SwiperController也有index变量,该变量覆盖了父类IndexController中的变量,导致next,move等等函数无法修改SwiperController中的index值,所以获取SwiperController中的index一直为0,希望修复该bug。

My project is a video player, which can drag the progress bar and needs to buffer the progress and play the progress. This library does not provide the implementation function...

Explain: '||' > '??' Actually, so 'parent?.updateShouldNotify(oldWidget.parent) ?? false || providers != oldWidget.providers' equals 'parent?.updateShouldNotify(oldWidget.parent) ?? providers != oldWidget.providers' Suggestion: change "@override bool updateShouldNotify(_InheritedProviders oldWidget) { return parent?.updateShouldNotify(oldWidget.parent) ?? false...

``` override fun onNewMessage(message: NewMessageModel?, windowVisible: Boolean) { } ``` When I send an emoji message, this function does not receive a callback.But I only get a callback when I...

bug