Rashmi Bhandari
Rashmi Bhandari
**In SwipeController class do the following changes** enum ButtonsState { GONE, /*LEFT_VISIBLE,*/ RIGHT_VISIBLE } class SwipeController extends Callback { private boolean swipeBack = false; private ButtonsState buttonShowedState = ButtonsState.GONE; private...
@blackmann Is these changes are fixed? . Same issue for me too.
Phasing this issue in the real devices too. Any solutions?
Have the same issue
`` ExtendedImage.network( imgUrl, enableMemoryCache: false, // do not store in memory enableLoadState: false, clearMemoryCacheIfFailed: true, fit: BoxFit.fill, // cache: true, clearMemoryCacheWhenDispose: true, loadStateChanged: (ExtendedImageState state) { switch (state.extendedImageLoadState) { case...