flutter_xlider icon indicating copy to clipboard operation
flutter_xlider copied to clipboard

`FlutterSlider`widget throws Exception when it is used inside the TabBarView

Open seunghwanly opened this issue 9 months ago • 0 comments
trafficstars

Issue

When TabBarView's tab index has been changed, the inner view rebuilds and throws error.

Environment

  • Flutter SDK: 3.22.2
  • flutter_xlider: 3.5.0
Image Image Image Image

Proposal

check mounted on the triggered method or change MediaQuery.of to MediaQuery.maybeSizeOf

https://github.com/Ali-Azmoud/flutter_xlider/compare/master...seunghwanly:flutter_xlider:master

seunghwanly avatar Feb 10 '25 08:02 seunghwanly