flutter-slide-to-act
flutter-slide-to-act copied to clipboard
Fix : Operand of null-aware operation '!'
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.
@imtoori can you merge this?