slider_view

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

slider view

Slider View #







A slider view widget that supports custom type models and various configs.
Features ✨ #

⚑️ Support infinity scrolling
πŸŽ› Control layout size from either Aspect Ratio or Width * Height
πŸ–² Displays indicators
πŸ’» Desktop support

Preparing for use 🍭 #
flutter pub add slider_view
copied to clipboard
Usage πŸ“– #
Widget _buildSliderView(BuildContext context) {
return SliderView(
config: SliderViewConfig<String>(
aspectRatio: 16 / 9,
models: models,
itemBuilder: (String model) => Center(
child: Text(
model,
style: Theme.of(context).textTheme.headline3,
),
),
),
);
}
copied to clipboard
See SliderViewConfig for more details.
Contributors ✨ #
Many thanks to these wonderful people (emoji key):






Alex LiπŸ’» 🎨 πŸ“– πŸ’‘ πŸ€” 🚧 πŸ’¬ πŸ‘€
moxiaov587πŸ’» πŸ’‘






This project follows the
all-contributors specification.
Contributions of any kind welcomed!!

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.