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
Hi folks, now that web has been merged for official flutter code, is there a plan to support plugins for web.
Currently it's possible by using if(web) {use dart firebase} if (mobile) { use flutterfire}
It would be great if the plugins themselves can do it based on platform with a single API interface on dart side working on all supported platforms.
Thank you for hearing out, I believe it would considerably increase DX
The text was updated successfully, but these errors were encountered:
#40 issue already exists.
Sorry, something went wrong.
No branches or pull requests
Hi folks, now that web has been merged for official flutter code, is there a plan to support plugins for web.
Currently it's possible by using
if(web) {use dart firebase}
if (mobile) { use flutterfire}
It would be great if the plugins themselves can do it based on platform with a single API interface on dart side working on all supported platforms.
Thank you for hearing out, I believe it would considerably increase DX
The text was updated successfully, but these errors were encountered: