diegoveloper / flutter_percent_indicator

Flutter percent indicator library
BSD 2-Clause "Simplified" License
679 stars 206 forks source link

Rollback WidgetsBinding.instance null-aware operator for Flutter 2.10 or earlier. #161

Closed masahiro-ikemoto closed 2 years ago

masahiro-ikemoto commented 2 years ago

Rollback WidgetsBinding.instance null-aware operator and bump the version to lock by Flutter 2.10.

masahiro-ikemoto commented 2 years ago

Sorry! I have misstype for null-aware op. place.

WidgetsBinding?.instance.addPostFrameCallback

v

WidgetsBinding.instance?.addPostFrameCallback

Could you please re-release?

If necessary, I create the PR again.

diegoveloper commented 2 years ago

I think you can point to the older version, I'm tired of doing this.

On Thu, May 12, 2022, 10:21 PM IKEMOTO, Masahiro @.***> wrote:

Sorry! I have misstype for null-aware op. place.

WidgetsBinding?.instance.addPostFrameCallback

v

WidgetsBinding.instance?.addPostFrameCallback

Could you please re-release?

If necessary, I create the PR again.

— Reply to this email directly, view it on GitHub https://github.com/diegoveloper/flutter_percent_indicator/pull/161#issuecomment-1125618600, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFL3UBQNAL47XUZWL4HDRTVJXDB3ANCNFSM5V2BVX5A . You are receiving this because you modified the open/close state.Message ID: @.*** com>

masahiro-ikemoto commented 2 years ago

>I think you can point to the older version, I'm tired of doing this.

I see.