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

Null safety fixes - making animationController getter non-nullable #87

Merged
merged 3 commits into from
Mar 9, 2021

Conversation

proninyaroslav
Copy link
Contributor

It makes sense to mark _animationController as late to exclude a lot of null assertions and make the animationController getter non-nullable. Warnings associated with migration to null safety were also fixed.

@WieFel
Copy link
Collaborator

WieFel commented Mar 8, 2021

LGTM

@WieFel WieFel requested a review from daadu March 8, 2021 20:40
Copy link
Member

@daadu daadu left a comment

Choose a reason for hiding this comment

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

LGTM.

@daadu daadu merged commit 1da2ac9 into fluttercommunity:null-safety Mar 9, 2021
@daadu daadu changed the title Null safety fixes Null safety fixes - making animationController getter non-nullable Mar 9, 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.

3 participants