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?
Asked
Active
Viewed 1.1k times
12
-
3I 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 Answers
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