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 is a bit misleading to use Media as part of the various data objects' names, as not all shared content is media.
Maybe going with Data or Content will make more sense?
For example:
SharedData sharedData = await shareHandler.getInitialSharedData(); ... shareHandler.sharedDataStream.listen((SharedData data) { if (!mounted) return; setState(() => this.sharedData = data; });
The text was updated successfully, but these errors were encountered:
@benPesso That is a good point. I'll consider doing this. The main issue is it would be a breaking change, but a simple one for people to fix.
Sorry, something went wrong.
@JoshJuncker You could always add it first and have 2 versions of rollover for devs. Though I think a deprecation notice will be more than sufficient.
No branches or pull requests
It is a bit misleading to use Media as part of the various data objects' names, as not all shared content is media.
Maybe going with Data or Content will make more sense?
For example:
The text was updated successfully, but these errors were encountered: