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

Updated lints in easel. #1377

Merged
merged 3 commits into from
Nov 14, 2022
Merged

Updated lints in easel. #1377

merged 3 commits into from
Nov 14, 2022

Conversation

kjawadDeveloper2
Copy link
Collaborator

Updated the lints on easel.
Solved the lint issues.

padding: EdgeInsets.symmetric(horizontal: 20.w),
child: getPublishedCard(context: context),
),
(publishedNFT.assetType.toAssetTypeEnum() != AssetType.ThreeD)
? IgnorePointer(
if (publishedNFT.assetType.toAssetTypeEnum() != AssetType.ThreeD) IgnorePointer(
Copy link
Contributor

Choose a reason for hiding this comment

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

IgnorePointer widget should start from new line.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No necessary. Thats the thing that formatter decides.

@@ -217,8 +214,7 @@ class NFTsListTile extends StatelessWidget {
},
),
),
)
: const IgnorePointer(
) else const IgnorePointer(
Copy link
Contributor

Choose a reason for hiding this comment

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

widget should start from new line.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No necessary. Thats the thing that formatter decides.

@kjawadDeveloper2 kjawadDeveloper2 merged commit e71fa22 into main Nov 14, 2022
@kjawadDeveloper2 kjawadDeveloper2 deleted the feat/updated_lints branch November 14, 2022 16:33
@zube zube bot removed the [zube]: Done label Feb 13, 2023
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.

4 participants