Is it possible to create a seamless website with Flutter? I want to make a website with Flutter
CodePudding user response:
You can use flutter web for it. Its stable it still has many bugs though but I wont recommend for production grade web apps.
CodePudding user response:
yes you can create websites using flutter. But the main issue is you will loose SEO in flutter website because flutter uses HTML canvas to display the contents in the browser and there are some limitations. Flutter is more suitable for web apps. For websites its better to use HTML or other website specific frameworks.