We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it seems library does not working on web platform. it's working fine on android and ios. in below code, app hanging on builder.build.
try { final builder = $FloorAppDatabase.databaseBuilder('food.db'); final database = await builder.build(); } catch (e) { print(e); }
The text was updated successfully, but these errors were encountered:
Although floor sintaxe much better than moor, I don't see any docs about web support for floor.
Moor have an experimental web support, take a look: https://moor.simonbinder.eu/web/
I hope the floor project have plans to implement in the future.
Sorry, something went wrong.
Floor, currently, doesn't support Flutter for web. As of now, it can be used on iOS, Android and macOS.
Closing this in favor of having a single issue for multi-platform support #228
No branches or pull requests
it seems library does not working on web platform. it's working fine on android and ios.
in below code, app hanging on builder.build.
The text was updated successfully, but these errors were encountered: