fluttercandies / extended_nested_scroll_view

extended nested scroll view to fix following issues. 1.pinned sliver header issue 2.inner scrollables in tabview sync issue 3.pull to refresh is not work. 4.do without ScrollController in NestedScrollView's body
MIT License
592 stars 119 forks source link

Null check operator used on a null value #49

Closed syssam closed 3 years ago

syssam commented 3 years ago

Please check https://github.com/flutter/flutter/issues/66250

zmtzawqlp commented 3 years ago

we don't support null able util official stable release.

syssam commented 3 years ago

note, please plan to support before the stable release.

lyf571321556 commented 3 years ago

same error!

marcolatellafrias commented 3 years ago

Same error. Any news yet?

Akiat commented 3 years ago

Does anyone have a solution for this? Maybe create a branch with the fix until the official stable release?

zmtzawqlp commented 3 years ago

i will create dev branch for flutter master later

yasinarik commented 3 years ago

Is this something similar: #53? I am in an urgent situation, do you have any solutions? Thanks a lot!!!

@zmtzawqlp @Akiat @aguanteyo2 @lyf571321556 @syssam

Akiat commented 3 years ago

Sorry @yasinarik, on my side I'm just waiting for the fix :/

yasinarik commented 3 years ago

Sorry @yasinarik, on my side I'm just waiting for the fix :/

https://github.com/flutter/flutter/issues/40740#issuecomment-735221208

Have a look at this please. I changed Flutter channel to stable from beta. Stable channel doesn't use the null safety yet.

It works for now but a PR for the package is surely needed.

Akiat commented 3 years ago

Yes, to fix this, the stable channel of flutter, which doesn't use the null safety, works like a charm. But in my case, the master branch is needed :)

zmtzawqlp commented 3 years ago

2.0.0-dev is ready on pub.dev

bananagag commented 3 years ago

Is it now time to migrate to null safety?

zmtzawqlp commented 3 years ago

3.0.0 support null-safety