Flutter engine based ui framework
Newbie2019
newbie2019 at gmail.com
Fri Jan 17 06:28:55 UTC 2020
On Thursday, 16 January 2020 at 16:02:28 UTC, Ola Fosheim Grøstad
wrote:
>
> Then the advantage of hot patching is lost and it will be
> difficult to interface with all Dart-based Flutter components.
>
> One big advantage with Flutter is that you see visual changes
> in a running application right after hitting the save menu
> item in the editor (or keyboard shortcut).
>
There is a way to do this with static build:
https://github.com/lc-soft/trad
It use a limit javascript subset at develop stage, and can build
into c binary in release mode.
More information about the Digitalmars-d
mailing list