codenameakshay / async_wallpaper

https://pub.dev/packages/async_wallpaper
MIT License
23 stars 19 forks source link

Setting a live bacgkround using openGL #39

Open guyluz11 opened 1 month ago

guyluz11 commented 1 month ago

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