Closed Ahmadre closed 2 years ago
Since v. 3 or so I cannot compile my projects for Web.
It's the win32 package that collides here.
Why is win32 beeing compiled for web?
For all who are searching for a fix, just do a conditional export:
export 'web.dart' if (dart.library.io) 'vm.dart';
Solved: https://github.com/flutter/flutter/issues/54599#issuecomment-617244516
Since v. 3 or so I cannot compile my projects for Web.
It's the win32 package that collides here.
Why is win32 beeing compiled for web?