refactor: sized_box_for_whitespace linter rule#202
Open
mfederowicz wants to merge 2 commits intoEXERLOG:alphafrom
Open
refactor: sized_box_for_whitespace linter rule#202mfederowicz wants to merge 2 commits intoEXERLOG:alphafrom
mfederowicz wants to merge 2 commits intoEXERLOG:alphafrom
Conversation
jorre127
approved these changes
Oct 1, 2022
…espace # Conflicts: # lib/UI/exercise/exercise_card.dart # lib/UI/exercise/set_widget.dart # lib/UI/prev_workout/prev_exercise_card.dart # lib/UI/prev_workout/prev_set_widget.dart # lib/UI/workout/redo_workout_alert.dart # lib/src/feature/authentication/view/landing_screen.dart
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Contributor
Author
|
ping |
Contributor
Author
|
@tenshiAMD if this PR is approved, can you merge it to alpha? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Use SizedBox to add whitespace to a layout.
A Container is a heavier Widget than a SizedBox, and as bonus, SizedBox has a const constructor.
refactor code to pass following linter rules: