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

Fix Error when scrollLineBuilder is used #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

D-vipe
Copy link

@D-vipe D-vipe commented Nov 28, 2022

Fixed those places causing error due to assuming value is not null.

prefer_single_quotes: true
lines_longer_than_80_chars: false

Choose a reason for hiding this comment

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

Why change the standard flutter rule? The new formatting made the code way less readable and convenient to use.

@ReliableCauliflower
Copy link
Owner

Can you please explain how exactly an error was reproduced and what was the wrong behavior? When a variable is assumed to be non-nullable at some point it's because it should probably be non-nullable.

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.

2 participants