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(sheet): adapt scrollable.dart to upstream SemanticsNode changes #387

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

richardshiue
Copy link
Contributor

@richardshiue richardshiue commented Feb 5, 2024

This PR flutter/flutter#137304 makes SemanticsNode.isMergedIntoParent readonly, which makes the customized scrollable.dart incompatible when using flutter version 3.18 and upwards

This PR flutter/flutter#137304 makes SemanticsNode.isMergedIntoParent readonly, which makes the customized scrollable.dart incompatible.
@richardshiue richardshiue changed the title fix: adapt scrollable.dart to upstream SemanticsNode changes fix(sheet): adapt scrollable.dart to upstream SemanticsNode changes Feb 5, 2024
@harryxu
Copy link

harryxu commented Mar 1, 2024

Use this PR before merge:

dependency_overrides:
  sheet:
    git:
      url: https://github.com/jamesblasco/modal_bottom_sheet.git
      ref: 8ee20bd36acaeb36996a09ba9d0f9e7059bb49df
      path: sheet

@daih27 daih27 mentioned this pull request Mar 5, 2024
@OpenJarvisAI
Copy link

I deprecated this lib

@harryxu
Copy link

harryxu commented Mar 7, 2024

@OpenJarvisAI Any alternatives?

@OpenJarvisAI
Copy link

Don't using it.

@jamesblasco jamesblasco merged commit 2703e68 into jamesblasco:main Mar 12, 2024
@OpenJarvisAI
Copy link

@jamesblasco Hi, Can u still clarify sheet and modal_sheet which one to use?

Users are really lack of maintainance back for fast evoling flutter versions.

We can just focus on one single lib to maintain.

@jamesblasco
Copy link
Owner

Model bottom sheet should be the one to prioritized. It is the one used the most and definitely the one that should be updated more often.

Sheet has more features and it is the one I personally use in my projects so I will be also maintaining it. But I think long term modal bottom sheet will be the one that persists even if it adopts some ideas from the sheet package

@richardshiue richardshiue deleted the fix/semantics-node branch March 13, 2024 06:22
TasnimAnas pushed a commit to TasnimAnas/modal_bottom_sheet that referenced this pull request Jul 13, 2024
…asco#387)

This PR flutter/flutter#137304 makes SemanticsNode.isMergedIntoParent readonly, which makes the customized scrollable.dart incompatible.
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