-
Notifications
You must be signed in to change notification settings - Fork 72
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 lint errors #56
Fix lint errors #56
Conversation
Let me know if this is ready, I'll review it |
It is!! |
@@ -22,6 +21,8 @@ class NotePreviewCard extends StatelessWidget { | |||
|
|||
@override | |||
Widget build(BuildContext context) { | |||
late bool isSelected; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
late is not necessary here as isSelected
is local variable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comment, rest all looks good
What type of PR is this? (check all applicable)
Description
Remove lint errors
Featured Covered in this PR