Skip to content

phanirithvij/forward_gestures_livewallpaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forward_gestures_livewallpaper

Flutter testing wallpaper options

Soon will be a plugin for android

TODO

  • Wallpaper change event
  • Wallpaper scroll
    • Pageview
    • Genrealize the methods
  • Get wallpaper Colors
  • Wallpapar OnColorChanged
    • add/remove listeners
  • LiveWallpaper click through
    • Forward gestures to live wallpaper
      • What is a secondary tap (?)
  • Add the functionalities added in github/phanirithvij/BasicLauncher
    • Open LiveWallpaper picker
    • Open Wallpaper picker to set wallpaper (Intent.ACTION_SET_WALLPAPER)
    • Open Current live wallpaper's settings activity (if it exists)
  • Set a ImageProvider as wallpaper
    • Convert image to binary
    • Send it using methodchannel
    • make it a drawable
    • Open activity to set it as a wallpaper
    • Crop and set wallpaper
  • Get all the info from a live wallpaper
    • authors, description
    • Create a WallpaperInfo model in dart
  • Crop on dart side (?)
  • Get the list of live wallpaper providers
  • Get the list of apps that can set a wallpaper
  • Convert to BLOC instead of provider
  • Make this a plugin
    • Change the name
    • Make this the example app to show how all the methods can be used
  • Start working on desktop
    • Windows
    • Linux
    • MacOs : Contributions welcome
    • IOS : WON'T BE DONE