local_assets_server
local_assets_server copied to clipboard
example not working under windows
the example is not working under windows, due to the unexpected behaviour of join()
workaround: change assetsBasePath: 'web', to assetsBasePath: 'web/',
I suggest to not use join() in local_assets_server.dart (i.e. line 128)