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
flutter/material.dart
Describe the bug Intent class name is clashing with a class in flutter framework.
Intent
flutter
The text was updated successfully, but these errors were encountered:
could be renamed to something like AndroidIntent
AndroidIntent
Sorry, something went wrong.
You could just recommend to:
import '...' as ri; ri.ReceiveIntent.getInitialIntent() == ri.Intent();
...in the docs/readme - that's what usually I do when my package doesn't have much OOP
No branches or pull requests
Describe the bug
Intent
class name is clashing with a class influtter
framework.The text was updated successfully, but these errors were encountered: