-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add null safety support #33
Conversation
Last example demo does not work, will have a look at it. |
@KabinManandhar this should be ok now ! 👍 |
Thanks @areille ! The I tried to find the bug today without success. |
Sorry I'm toooooo late. I haven't been paying attention. THX! |
@areille I was revert this changes(please check once for anything missing):
because connectors is positioned by null checkes in timeline tile builder. @vjrj |
@chulwoo-park yes, work now for me. Thanks indeed for both of you |
6d4cf0e
to
f1ee069
Compare
This PR closes #31 .
I followed the steps mentioned on this page.
Some points to mention :
Widget
-returning functions which returnednull
now returnconst SizedBox()
, which is an emptyWidget