The html loads with no styles. and in inspection console it shows this
Refused to apply style from 'http://localhost:1031/assets/style.css' because its MIME type ('text/plain') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
I found no solution and any resource. Hoping for the solution. as of the createStaticFileHandler function says MimeTypeResolver, I really don't understand it. please explain me(us in Docs too) about this.
The html loads with no styles. and in inspection console it shows this
I found no solution and any resource. Hoping for the solution. as of the
createStaticFileHandler
function saysMimeTypeResolver
, I really don't understand it. please explain me(us in Docs too) about this.api.dart
index.html
This is how I'm using it.