You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib/src/resizable_controller.dart:424 declares final List<int> changeableIndices = [] while the surrounding code relies on inference. Pick one style — inference or explicit annotation — and apply it uniformly.
lib/src/resizable_controller.dart:424declaresfinal List<int> changeableIndices = []while the surrounding code relies on inference. Pick one style — inference or explicit annotation — and apply it uniformly.