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 lint errors #56

Merged
merged 8 commits into from
Oct 3, 2023
Merged

Fix lint errors #56

merged 8 commits into from
Oct 3, 2023

Conversation

micedreams
Copy link
Collaborator

@micedreams micedreams commented Oct 3, 2023

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

Remove lint errors

Featured Covered in this PR

@SankethBK
Copy link
Owner

Let me know if this is ready, I'll review it

@micedreams
Copy link
Collaborator Author

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;
Copy link
Owner

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

Copy link
Owner

@SankethBK SankethBK left a 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

@micedreams micedreams merged commit bee0a2a into master Oct 3, 2023
1 check passed
@micedreams micedreams deleted the Fix-lint-errors branch October 3, 2023 17:44
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