objectbox-dart icon indicating copy to clipboard operation
objectbox-dart copied to clipboard

Support compiling in projects that support web

Open JacobSchantz opened this issue 11 months ago • 12 comments

A project that imports object-box should be able to compile on web. As is, if we'd like a project to run on web, stubs must be created to avoid importing the package. This should be done within the package, so it will just work out of the box.

JacobSchantz avatar Dec 03 '24 19:12 JacobSchantz