Skip to content
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

migrate to null safety #6

Closed
wants to merge 2 commits into from

Conversation

britannio
Copy link

@britannio britannio commented Mar 15, 2021

Closes #5

duration: widget.duration,
child: widget.child,
duration: widget.duration!,
child: widget.child!,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm getting null check assertions here. The child should not be required.

@britannio
Copy link
Author

Closing in favour of #7

@britannio britannio closed this May 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MIgrate to null safety
2 participants