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

Fix : Operand of null-aware operation '!'

Open johnmbiya opened this issue 2 years ago • 2 comments

johnmbiya avatar May 22 '22 03:05 johnmbiya

I got this with previous version : ../../../flutter/.pub-cache/hosted/pub.dartlang.org/slide_to_act-2.0.1/lib/slide_to_act.dart:385:20: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null. and i fixed this issue by removing the '!' null checking.

johnmbiya avatar May 22 '22 03:05 johnmbiya

@imtoori can you merge this?

Zazo032 avatar Oct 20 '22 08:10 Zazo032