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

add turn Text to SmallBoardPreview #556 #561

Merged
merged 3 commits into from
Feb 22, 2024
Merged

Conversation

BAW2501
Copy link
Contributor

@BAW2501 BAW2501 commented Feb 17, 2024

closes #556

@BAW2501
Copy link
Contributor Author

BAW2501 commented Feb 17, 2024

a simple Text() addition fails to build (builds fine on 3.19.0-0.3.pre) on 3.20.0-1.1.pre #530 seems to be related

@@ -87,6 +89,12 @@ class OngoingGamePreview extends ConsumerWidget {
allowFromNow: true,
),
),
if (game.secondsLeft! > 0)
Copy link
Contributor

Choose a reason for hiding this comment

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

You cannot use the non-null assertion operator without checking null first.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added

@BAW2501 BAW2501 requested a review from veloce February 21, 2024 14:30
@veloce veloce merged commit 7982634 into lichess-org:main Feb 22, 2024
3 checks passed
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.

Show whose turn it is in correspondence game list
2 participants