Limbou / expandable_page_view

MIT License
86 stars 36 forks source link

Flutter 3.0 removed null safety checking for WidgetsBinding instance #34

Closed thisisyusub closed 2 years ago

thisisyusub commented 2 years ago

Hi. I am using your package for my current project. Please fix this issue related to Flutter 3.0 updates.

Limbou commented 2 years ago

Fixed with #36

thisisyusub commented 2 years ago

What is the problem with my PR? You have not accepted it.

Limbou commented 2 years ago

Everything was fine about it, I just haven't noticed it and pushed mine with some additional changes like bumping required Flutter version.