mponkin / fading_edge_scrollview

Flutter library for displaying fading edges on scroll views
BSD 3-Clause "New" or "Revised" License
43 stars 30 forks source link

Flutter 3.0 Migration #17

Closed ruslic19 closed 2 years ago

ruslic19 commented 2 years ago

Issue: #16

WidgetsBinding.instance is not nullable in flutter 3.0. To avoid exceptions, we should remove null safety operators which are currently used with WidgetsBinding.instance.

DDavidPrime commented 2 years ago

@mponkin Can we merge this PR for a new version of the package, please?

mponkin commented 2 years ago

Merged and published in version 3.0.0 Thanks to @ruslic19 for providing the PR Thanks to @DDavidPrime for pinging me (I must have something wrong with notification settings since I haven't seen new PR notification