-
Notifications
You must be signed in to change notification settings - Fork 100
Screen Saver Android implementation (experiment) #691
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
base: master
Are you sure you want to change the base?
Screen Saver Android implementation (experiment) #691
Conversation
|
The FlutterView does not seem to be receiving pointer events (the app is not interactive). I am investigating the issue. |
My stupidity is beyond comprehension, I merely forgot to write a crucial line of code. Now, everything seems to work a little better. At least the app is receiving pointer events. |
|
@deminearchiver Thanks for the implementation! I tested it a bit, it seems to work fine on most devices running Android 12 and up. I tried hooking up the weather, but it didn’t work. So yeah, it’s kinda hard to get that working in flutter |
|
omg sorry but what's a pullrequests ?? |
A pull request is a term used among developers. It's essentially a formal way to propose changes to a project's codebase and ask for those changes to be reviewed and approved before being added. If you are a normal user and not a developer, I'm afraid there is nothing here of your interest. |
|
Thank you for your help, but no, I'm a small developer. I develop a few games. |

Closes #690.
This PR is in a very raw, "prototype" stage. Do not expect everything to work properly.
The hardest part of the work is identifying which Flutter platform features are required to be implemented in order for the app to even work properly.
I suppose data passing could be achieved via communication with the main activity.
It was required to bump
minSdkto24(was23).