1

If it is possible, how exactly does it work? Maybe it's possible to access Flutter's Canvas widget through JS?

My best guess for this would be the flutter_js package.

Philippe Fanaro
  • 6,148
  • 6
  • 38
  • 76

1 Answers1

1

I wouldn't say that it's not possible, but in order to implement it from the start will be very hard and long work.

instead of it, I could say the better solution, is to implement what you want with javascript development, and just use the web_view package and set a WebView of it inside your flutter application, with data exchange via the JavascriptChannel property.

Gwhyyy
  • 7,554
  • 3
  • 8
  • 35