flutter_custom_carousel 0.1.0+1 copy "flutter_custom_carousel: ^0.1.0+1" to clipboard
flutter_custom_carousel: ^0.1.0+1 copied to clipboard

A widget for creating fully custom, animated scrollable lists. It manages all the tricky scrolling logic and leaves the visual presentation up to you.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_custom_carousel

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_custom_carousel: ^0.1.0+1

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:flutter_custom_carousel/flutter_custom_carousel.dart';
215
likes
140
pub points
82%
popularity

Publisher

verified publishergskinner.com

A widget for creating fully custom, animated scrollable lists. It manages all the tricky scrolling logic and leaves the visual presentation up to you.

Repository (GitHub)
View/report issues

Topics

#ui #list #widget #carousel #animation

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_animate

More

Packages that depend on flutter_custom_carousel