I've a Flutter app that contains a lot of markdown files as assets and needs to display them.
Changing such a file doesn't automatically trigger a hot reload so I have to manually press the yellow lightening button to verify whether my changes to those files look good. It would improve quality of life if this could happen automatically.
Hence, it would be nice if the plugin would use the pubspec file to find all assets and then optionally also hot reload if those assets are changed. Or just add md to the list of watched files in the shouldHotReloadFor function :)
I've a Flutter app that contains a lot of markdown files as assets and needs to display them.
Changing such a file doesn't automatically trigger a hot reload so I have to manually press the yellow lightening button to verify whether my changes to those files look good. It would improve quality of life if this could happen automatically.
Hence, it would be nice if the plugin would use the
pubspecfile to find all assets and then optionally also hot reload if those assets are changed. Or just addmdto the list of watched files in theshouldHotReloadForfunction :)