-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
Replace FlutterActivity with general Activity #211
base: master
Are you sure you want to change the base?
Conversation
Will it be merged? |
Issue is still present on the latest, I assume it is because this hasn't been merged ? |
Owner should accept this PR, I faced the same issue (#128) and using this package locally with this modification worked like a charm! Please @AmolGangadhare, accept this, the package on pub.dev must be updated. 😊 |
Hi @AmolGangadhare, are there any update about this PR? Could you please merge this PR with base branch and release an update to pub.dev? Thank you. |
Could you please share how did you fixed? Or maybe fork it until @AmolGangadhare accept it as a solution? Thank you in advance! |
Please merge |
Is there any plan to make a fork? I think the project is abandoned. |
any update will it be merged? Still face same issue. |
We need a faster solution please... |
Replace the reference to FlutterActivity with it's parent class android.Activity
This was an issue when using a FlutterFragmentActivity instead of a FlutterActivity
Solves #128