slide_show_pro 1.0.0 slide_show_pro: ^1.0.0 copied to clipboard
Slide Show Pro is a Flutter package for creating animated sliders with effects like fade, scale, slide, and rotate. Easily mix effects for dynamic, professional transitions.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add slide_show_pro
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
slide_show_pro: ^1.0.0
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:slide_show_pro/slide_show_pro.dart';