flutter-slide-to-act icon indicating copy to clipboard operation
flutter-slide-to-act copied to clipboard

null operator is used on a null value

Open rajatiota opened this issue 1 year ago • 1 comments

type 'Null' is not a subtype of type 'RenderBox' in type cast Screenshot 2023-12-22 163546

rajatiota avatar Dec 22 '23 11:12 rajatiota

./../AppData/Local/Pub/Cache/hosted/pub.dev/slide_to_act-2.0.2/lib/slide_to_act.dart:400:40: Error: Method 'findRenderObject' cannot be called on 'BuildContext?' because it is potentially null.

  • 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('/C:/flutter/packages/flutter/lib/src/widgets/framework.dart'). Try calling using ?. instead. _containerKey.currentContext.findRenderObject() as RenderBox;

rajatiota avatar Dec 22 '23 11:12 rajatiota