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
this enables you to write promised, consistent, complex widget tree. with js/ts syntax.
e.g.
consttext=newText("this is written in typescript",{textStyle: newTextStyle(color: Colors.black)})console.log(text.build().finalize())// >>// Text("this is written in typescript", textStyle: TextStyle(color: Colors.black))
The text was updated successfully, but these errors were encountered:
https://github.com/bridgedxyz/flutter-builder
this enables you to write promised, consistent, complex widget tree. with js/ts syntax.
e.g.
The text was updated successfully, but these errors were encountered: