Flutter engine based ui framework

Paulo Pinto pjmlp at progtools.org
Fri Jan 17 07:38:42 UTC 2020


On Friday, 17 January 2020 at 06:28:55 UTC, Newbie2019 wrote:
> 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.

It does not preserve state between changes like Flutter does.


More information about the Digitalmars-d mailing list