12

I'm new in flutter and I want to implement SSR for my flutter web app. does Flutter web support SSR(server side rendering)? how should I implement it?

Abbas Asadi
  • 265
  • 1
  • 5
  • 14
  • 3
    I haven't actually worked with Flutter Web, but I do know it makes extensive use of `canvas` (to say the least). So my guess is that it's not possible. – Julia Mar 06 '21 at 16:06

1 Answers1

8

That's not yet implemented, but you can follow this issue on Github for future info: https://github.com/flutter/flutter/issues/47600

Misael Abanto
  • 306
  • 4
  • 5