dev-resources.site
for different kinds of informations.
Flutter - Triangular CAROUSEL Slider
Published at
10/11/2023
Categories
flutter
slider
Author
ashishranjan3
Author
13 person written this
ashishranjan3
open
i want to make a carousel like this so basically there are 5 items there can be more...
but at time 5 items should be visible on the screen .. upon dragging should change positions... left and right both just like how a normal slider works
i have tried to make a design with the stack widget but i dont know how can i convert into a slider or add any other logics to achive this.
class TriangularCarousel extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Container(
height: 45.h,
width: 100.w,
child: Stack(
children: [
Positioned(
top: 0,
left: 0,
child: Opacity(
opacity: 0.4,
child: Image.asset(
"assets/logo.png",
height: 45.h * 0.25,
)),
),
Positioned(
top: 45.h * 0.15,
left: 100.w * 0.1,
child: Opacity(
opacity: 0.6,
child: Image.asset(
"assets/logo.png",
height: 45.h * 0.38,
),
),
),
Positioned(
bottom: 0,
left: 100.w * 0.2,
right: 100.w * 0.2,
child: Image.asset(
"assets/logo.png",
height: 45.h * 0.7,
),
),
Positioned(
top: 45.h * 0.15,
right: 100.w * 0.1,
child: Opacity(
opacity: 0.6,
child: Image.asset(
"assets/logo.png",
height: 45.h * 0.38,
),
),
),
Positioned(
top: 0,
right: 0,
child: Opacity(
opacity: 0.3,
child: Image.asset(
"assets/logo.png",
height: 45.h * 0.25,
),
),
),
],
),
);
}
}
slider Article's
30 articles in total
infinity slider
read article
Build A Stunning Animated Travel Image Slider Using Html, Css, And JavaScript!
read article
Slider in Flutter
read article
SLIDER ANIMATION HELP
read article
Making a slider puzzle in Java Script
read article
#LearnedToday: Slider in pure CSS
read article
Flutter - Triangular CAROUSEL Slider
currently reading
looking for a slider package for angular
read article
Creating a Slider using Next.js and CSS
read article
Create Dynamic Image Slider with PHP and MySQL
read article
A step-by-step guide to creating a beautiful slider with Swiper and React
read article
Animating using sliders in JavaFX and SceneBuilder
read article
Product Gallery Slider for WooCommerce
read article
What is a slider and why you should slider on your website?
read article
Kaydırıcı robot
read article
Basic JavaScript slider ready source
read article
Pure CSS Vertical Image Slider Using Only HTML & CSS
read article
How to make a simple slider component in React
read article
Responsive Image slider using Owl Carousel | HTML & CSS
read article
Simple Slider on a pure JavaScript
read article
Image Slideshow HTML CSS
read article
Ngx Slick Carousel In Angular Material Card with Custom Arrows
read article
How to make a Full Slider with javascript in 10 mins
read article
Let's build a slider from scratch in React Native
read article
Elegant & Beautiful Testimonial Sliders
read article
Choppy Slider: The Styles
read article
Flutter. A Quarter Round Slider.
read article
VueJS: Double range slider component
read article
Styling Range Sliders with CSS
read article
AWS – Using Multiple (Staging, UAT and Production) Accounts Under AWS Organization
read article
Featured ones: