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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

the package does allow your to run the project because of a renderView Error #4

Open
A-REDA-EL opened this issue May 26, 2023 · 0 comments

Comments

@A-REDA-EL
Copy link

Here is the fix and its pretty simple 馃憤
final RenderView renderView = RenderView(
window: view,
child: RenderPositionedBox(
alignment: Alignment.center, child: repaintBoundary),
configuration: ViewConfiguration(
size: logicalSize,
devicePixelRatio: 1.0,
),
);

there is also some changes to the performance that that i will be adding soon.
Thanks @Mohamedfaroouk for the effort.

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

1 participant