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

Error: The setter 'isMergedIntoParent' isn't defined for the class 'SemanticsNode' in flutter 3.19.0 #388

Closed
LeoAiolia opened this issue Feb 18, 2024 · 3 comments

Comments

@LeoAiolia
Copy link

  • 'SemanticsNode' is from 'package:flutter/src/semantics/semantics.dart' ('../../../fvm/versions/3.19.0/packages/flutter/lib/src/semantics/semantics.dart').
    [ ] Try correcting the name to the name of an existing setter, or defining a setter or field named 'isMergedIntoParent'.
    [ ] ..isMergedIntoParent = node.isPartOfNodeMerging

图片

flutter version: 3.19.0

@OpenJarvisAI
Copy link

pub-cache/git/modal_bottom_sheet-d5c9ceb4e2263f63f449ed9b1c212a34c6dcaa5d/sheet/lib/src/scrollable.dart:871:9: Error: The setter 'isMergedIntoParent' isn't defined for the class 'SemanticsNode'.

  • 'SemanticsNode' is from 'package:flutter/src/semantics/semantics.dart' ('../../../../development/flutter/packages/flutter/lib/src/semantics/semantics.dart').
    Try correcting the name to the name of an existing setter, or defining a setter or field named 'isMergedIntoParent'.
    ..isMergedIntoParent = node.isPartOfNodeMerging
    ^^^^^^^^^^^^^^^^^^
    Target kernel_snapshot failed: Exception

@jamesblasco
Copy link
Owner

Hey, this is fixed in the new release:
https://pub.dev/packages/modal_bottom_sheet

@LeoAiolia
Copy link
Author

sheet:1.0.0 is ok

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

No branches or pull requests

3 participants