You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to compile my code for the web, some part of its web, I know the web is not supported but at least compiling the project containing objectbox shouldn't fail.
I tried this
if (dart.library.html) 'web_init.dart'
if (dart.library.io) 'io_init.dart';
but obviously, this can not work especially when dealing with models any idea on how I can achieve this?
The text was updated successfully, but these errors were encountered:
I want to compile my code for the web, some part of its web, I know the web is not supported but at least compiling the project containing objectbox shouldn't fail.
I tried this
but obviously, this can not work especially when dealing with models any idea on how I can achieve this?
The text was updated successfully, but these errors were encountered: