Skip to content

feat: Add crossAxisAlignment management#6

Open
taorepoara wants to merge 2 commits into
Jozott00:mainfrom
lenra-io:main
Open

feat: Add crossAxisAlignment management#6
taorepoara wants to merge 2 commits into
Jozott00:mainfrom
lenra-io:main

Conversation

@taorepoara
Copy link
Copy Markdown

Implementation of the crossAxisAlignement based on the @bwillner implementation.

I also added some basic unit tests in order to avoid braking existing behavior during the implementation.

Copy link
Copy Markdown
Owner

@Jozott00 Jozott00 left a comment

Choose a reason for hiding this comment

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

Hi, thanks a lot for the PR!
Looks very good overall. Once the CrossAxisAlignment.baseline issue is fixed, this should be ready to merge.

Comment thread lib/flex_list.dart
Comment on lines +334 to +335
// TODO: Handle this case.
CrossAxisAlignment.baseline => throw UnimplementedError(),
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Please implement this, or explicitly reject it in the constructor to make clear the CrossAxisAlignment.baseline is currently not supported.

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