Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null check operator used on a null value #115

Open
vmeretin opened this issue Jul 1, 2021 · 1 comment
Open

Null check operator used on a null value #115

vmeretin opened this issue Jul 1, 2021 · 1 comment

Comments

@vmeretin
Copy link

vmeretin commented Jul 1, 2021

Non-fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: Null check operator used on a null value. Error thrown Instance of 'ErrorDescription'.
       at State.setState(framework.dart:1108)
       at _FlutterSliderState._rightHandlerMove(flutter_xlider.dart:1303)
       at _FlutterSliderState._rightHandlerWidget.<fn>(flutter_xlider.dart:1621)
       at RenderPointerListener.handleEvent(proxy_box.dart:2831)
       at GestureBinding.dispatchEvent(binding.dart:419)
       at RendererBinding.dispatchEvent(binding.dart:287)
       at GestureBinding._handlePointerEventImmediately(binding.dart:374)
       at GestureBinding.handlePointerEvent(binding.dart:338)
       at GestureBinding._flushPointerEventQueue(binding.dart:296)
       at GestureBinding._handlePointerDataPacket(binding.dart:279)

We use version from master branch

@vmeretin
Copy link
Author

vmeretin commented Jul 6, 2021

Non-fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: Null check operator used on a null value. Error thrown Instance of 'ErrorDescription'.
       at AnimationController.stop(animation_controller.dart:777)
       at AnimationController.value=(animation_controller.dart:364)
       at AnimationController.reset(animation_controller.dart:385)
       at _FlutterSliderState._stopHandlerAnimation(flutter_xlider.dart:1719)
       at _FlutterSliderState._leftHandlerWidget.<fn>(flutter_xlider.dart:1530)
       at RenderPointerListener.handleEvent(proxy_box.dart:2833)
       at GestureBinding.dispatchEvent(binding.dart:419)
       at RendererBinding.dispatchEvent(binding.dart:287)
       at GestureBinding._handlePointerEventImmediately(binding.dart:374)
       at GestureBinding.handlePointerEvent(binding.dart:338)
       at GestureBinding._flushPointerEventQueue(binding.dart:296)
       at GestureBinding._handlePointerDataPacket(binding.dart:279)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant