local_assets_server icon indicating copy to clipboard operation
local_assets_server copied to clipboard

example not working under windows

Open santoxyz opened this issue 1 year ago • 0 comments

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)

santoxyz avatar May 05 '23 06:05 santoxyz