Skyost / RateMyApp

This plugin allows to kindly ask users to rate your app if custom conditions are met (eg. install time, number of launches, etc...).

Home Page:https://pub.dev/packages/rate_my_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning Operand of null aware operation

MazenCoder opened this issue · comments

Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null.

When upgraded to flutter 3.0.0, there is a problem started to appear when running the app,
(The app works but there are error/s (warning/s) in the terminal).

Seems to be a duplicate of #120.