adream307
adream307

Reputation: 103

Using Flutter as a Rendering Engine for Web-like Apps

  1. Our team plans to develop a cross-platform rendering framework based on Flutter.
  2. We have chosen JavaScript as our front-end language to interface with Flutter's render objects.
  3. We plant to rewrite the flutter's Dart code into C++

I have two questions:

  1. Has anyone done similar work that I can reference?
  2. Is it feasible to convert all Dart code to C++?

Thank you.

Upvotes: 0

Views: 47

Answers (0)

Related Questions