Native UI with Dart-native #119
squirelboy360
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
@squirelboy360 This is quite an innovative idea, however, I am concerned that it might compromise the self-rendering architecture of the Flutter framework and potentially result in performance challenges. It would be advisable to consider bridging to native UI components only when absolutely essential. I am keen to learn more about the primary objectives and anticipated advantages of this strategy, as well as the reasons for not opting for a framework akin to React Native. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I find dart-native very interesting and would like making mention that I started making a dart framework for dart to native UI to diversify the UI building approach in dart instead of just flutter's abstracted UI approach . I came across this dart package and thought i could suggest this to the team before jumping in to things by myself since you seemed to have made alot of things that could be reutilised in this quest. With all these said, it is just a suggestion as it seems frameworks like jaspr are now diversifying the use of dart for native dom (web) too. We are yet to see dart to native mobile ui bindings and i hope the team of dart-native considers this. Thanks
Beta Was this translation helpful? Give feedback.
All reactions