win32_runner icon indicating copy to clipboard operation
win32_runner copied to clipboard

RenderObject "Hello World" not visible

Open renlite opened this issue 3 years ago • 1 comments

Hi! Not to need VS and all the C++ SDK to compile/build Flutter apps for Windows is lightweight .

I tried to execute the RenderObject based SampleCode

https://github.com/renlite/relflor/blob/master/render_sample_hello/lib/main.dart

with win32_runner, but got an empty window. Does it only work with widget_tree?

The compilition of the flutter app seems not to use IC. Will this change? C:\src\simpleapp> flutter assemble -dTargetPlatform=windows-x64 --output=build -dBuildMode=release release_bundle_windows_assets

renlite avatar Jun 28 '22 12:06 renlite

I changed the first frame drawing in https://github.com/renlite/relflor/blob/master/render_sample_hello/lib/main.dart Now Skia renders.

IC (incremental compilation of flutter assemble ...) issue is still open.

renlite avatar Jun 29 '22 08:06 renlite