Skip to content
New issue

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

Intent class name clash with Intent in flutter/material.dart #1

Open
daadu opened this issue Jun 21, 2021 · 2 comments
Open

Intent class name clash with Intent in flutter/material.dart #1

daadu opened this issue Jun 21, 2021 · 2 comments

Comments

@daadu
Copy link
Owner

daadu commented Jun 21, 2021

Describe the bug
Intent class name is clashing with a class in flutter framework.

@daadu
Copy link
Owner Author

daadu commented Jun 21, 2021

could be renamed to something like AndroidIntent

@TheLastGimbus
Copy link
Contributor

TheLastGimbus commented Oct 23, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants