Skip to content

Dependency version mismatch? #8086

Closed
Closed
@linchangyi

Description

@linchangyi

Hey, I am new to contributing to open source. I am trying to setup the project.
I have cloned the projects and followed the steps mentioned in https://docs.appflowy.io/docs/documentation/appflowy/from-source/environment-setup/building-on-macos
I have completed step 3. But on step 4, when building the flutter app, I got this

Image

The issue arises because the package flutter_math_fork: ^0.7.3 depends on RenderObjectWithLayoutCallbackMixin, which is not available in Flutter version 3.27.4. After investigation, I found that the RenderObjectWithLayoutCallbackMixin exists in Flutter version 3.32.4.

I want to confirm whether the project has been updated to a version newer than Flutter 3.27.4. If not, how can I resolve the issue of RenderObjectWithLayoutCallbackMixin not being found?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingflutter-onlyFor tasks that require working solely with Flutter

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions