π€ Screen Saver for Flutter
A customizable screen saver plugin for Flutter that activates after a user-defined period of inactivity. Display images, GIFs, and videos from local or network sources β perfect for kiosk apps, digital signage, or idle display screens.
π¬ Demo
βΆοΈ Click the image to watch a short demo of the plugin in action!
β¨ Features
- β±οΈ Triggers after a configurable inactivity duration
- πΌοΈ Supports image, GIF, and video formats
- ποΈ Customizable slide duration, transitions, and animation curves
- π Seamless media looping and smooth transitions
- π¦ Works with local assets or remote URLs
- β Graceful handling of media loading errors
π¦ Installation
Add the package to your pubspec.yaml
file:
dependencies:
screensaver: ^1.0.4
Then run:
flutter pub get