krokyze / flutter_seo

Flutter package for SEO support on Web.
MIT License
46 stars 5 forks source link

Seo Text Loading Before Website #59

Closed izako666 closed 5 months ago

izako666 commented 5 months ago

Hi, I'm not sure if this is an actual issue or simply an error on my end, however, whenever I run my flutter web app, for at least a second before I see the actual website, I see the seo text that I had implemented.

Any Ideas?

krokyze commented 5 months ago

Hey I guess in Flutter you don't have background colour set for the whole app. Something like this: https://github.com/krokyze/flutter_seo/blob/b750190ab9465d7ab7edfeae81ce83bbf684304a/example/lib/main.dart#L23

izako666 commented 5 months ago

Awesome! Thank you very much, and sorry for bothering you.

(Thank you for the package as well, you're doing great work.)