swipperview 0.0.3+12
swipperview: ^0.0.3+12 copied to clipboard
Swipper is a versatile and easy-to-use Flutter package that empowers you to create dynamic and interactive carousel/slider widgets in your Flutter applications. With Swipper, you can seamlessly integr [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add swipperviewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
swipperview: ^0.0.3+12Alternatively, 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:swipperview/swipperview.dart';