You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
since the UIDL is not actually html/javascript specific according to the docs, I was wondering if it was feasible to try to implement a generator for flutter.
I'm a bit torn between exploring this idea by trying to create a plugin based on the code here, or just parsing the JSON of UIDL myself in dart. It seems this project here tries to abstract a bit of the javascript code generation away, which is nothing which would be useful when generating dart code?
While implementing a generator completely in dart would enable usage of dart specific code generator libraries..
I was wondering if there was any recommendation how to implement non-typescript/javascript plugins.. Not sure if this is going anywhere, but it would be awesome to generate flutter widgets.. 😂
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
since the UIDL is not actually html/javascript specific according to the docs, I was wondering if it was feasible to try to implement a generator for flutter.
I'm a bit torn between exploring this idea by trying to create a plugin based on the code here, or just parsing the JSON of UIDL myself in dart. It seems this project here tries to abstract a bit of the javascript code generation away, which is nothing which would be useful when generating dart code?
While implementing a generator completely in dart would enable usage of dart specific code generator libraries..
I was wondering if there was any recommendation how to implement non-typescript/javascript plugins.. Not sure if this is going anywhere, but it would be awesome to generate flutter widgets.. 😂
thanks,
Herbert
Beta Was this translation helpful? Give feedback.
All reactions