flutter_slideshow

Last updated:

0 purchases

flutter_slideshow Image
flutter_slideshow Images
Add to Cart

Description:

flutter slideshow

Flutter Slideshow #

Features #

Manage interval for the slideshow
As simple as letting the slideshow know your images
Share functionality
Caches image request to improve performance
Toggle favorite images
Change wallpaper for MacOS

How to Use #
Navigator.of(context).push(
MaterialPageRoute<void>(
builder: (context) => SlideShow(
urls: myUrls,
isFavorite: (url) => stateManager.isFavorite(url),
toggleFavorite: (url) => stateManager..toggleFavorite(url: url),
),
)
)
copied to clipboard
Demo #


Youtube demo (Spanish): https://youtu.be/QTxpEGRdFjE
Maintainers #

Naz

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.