flutter_slideshow 1.0.1 copy "flutter_slideshow: ^1.0.1" to clipboard
flutter_slideshow: ^1.0.1 copied to clipboard

PlatformmacOS

Image slideshow with functionalities like share, favorite and change wallpaper.

Flutter Slideshow #

pub package

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),
            ),
        )
)

Demo #

Example App Slideshow example

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

Maintainers #

2
likes
130
pub points
29%
popularity

Publisher

verified publisheritrydat.com

Image slideshow with functionalities like share, favorite and change wallpaper.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bg, cached_network_image, flutter, share_plus

More

Packages that depend on flutter_slideshow