flutter_cube icon indicating copy to clipboard operation
flutter_cube copied to clipboard

Include null safety support

Open rlazom opened this issue 3 years ago • 2 comments

Please include null safety support

rlazom avatar Mar 10 '21 04:03 rlazom

Was done in 83f0e6415b536df160e6fa55c21e5a685f452808

japborst avatar Aug 01 '21 13:08 japborst

I still get this warning:

../.pub-cache/hosted/pub.dartlang.org/flutter_cube-0.1.1/lib/src/widget.dart:53:20: Warning: Operand of null-aware operation '?.' has type 'WidgetsBinding' which excludes null.
 - 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../.local/flutter/packages/flutter/lib/src/widgets/binding.dart').
    WidgetsBinding.instance?.addPostFrameCallback((_) {
    ```
Is there a way to remove it?

alex27riva avatar Sep 20 '22 13:09 alex27riva