blackmann / story_view

Story view for apps with stories.
BSD 3-Clause "New" or "Revised" License
417 stars 342 forks source link

Remove redundant null-aware operator #144

Closed cioionut closed 7 months ago

cioionut commented 2 years ago

Here is the fix for the new warning raised after upgrading to flutter 3.

The console message that was fixed:

Warning: Operand of null-aware operation '!' has type 'PaintingBinding' which excludes null.
geekpius commented 7 months ago

Please this has been fix already