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

RTL indent support #427

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ibrahimelaradi
Copy link

Description

Changed NodeWidget's Padding (responsible for indentation) to use EdgeInsetsDirectional.start instead of EdgeInsets.left to support RTL layouts.

Related Issues

Had the issue when using the package myself, no reported issues when I looked for them

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

  • I signed the [CLA].
  • All tests from running flutter test pass.
  • flutter analyze does not report any problems on my PR.
  • I am willing to follow-up on review comments in a timely manner.

@ibrahimelaradi ibrahimelaradi changed the title Rtl support RTL indent support Sep 17, 2022
@@ -6,3 +6,4 @@
Google Inc.
Abhijeeth Padarthi <[email protected]>
Alex Li <[email protected]>
Ibrahim Elaradi <[email protected]>
Copy link
Author

Choose a reason for hiding this comment

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

Not sure if this is needed, just going according to the contribution guidelines here, I can remove it if it's needed since the change is trivial

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.

1 participant