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

A widget for creating fully custom, animated scrollable lists. It manages all of the tricky logic surrounding scroll interactions and physics, and leaves the visual presentation of items 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

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';
242
likes
150
pub points
87%
popularity

Publisher

verified publishergskinner.com

A widget for creating fully custom, animated scrollable lists. It manages all of the tricky logic surrounding scroll interactions and physics, and leaves the visual presentation of items 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