Is your feature request related to a problem? Please describe.
I would like to transfer an Android native app to Flutter, the app set live background using OpenGL ES.
Describe the solution you'd like
A new method that will get the OpenGL ES instructions and will set the wallpaper.
Describe alternatives you've considered
Find a way to write platform channels that will do it using existing Android packages.
Additional context
This is the current Android native package the app uses
https://github.com/markfguerra/GLWallpaperService
Is your feature request related to a problem? Please describe.
I would like to transfer an Android native app to Flutter, the app set live background using OpenGL ES.
Describe the solution you'd like
A new method that will get the OpenGL ES instructions and will set the wallpaper.
Describe alternatives you've considered
Find a way to write platform channels that will do it using existing Android packages.
Additional context
This is the current Android native package the app uses
https://github.com/markfguerra/GLWallpaperService