Questions tagged [flutter-swiper]

21 questions
0
votes
1 answer

Flutter Swiper on tap throws Failed assertion

I have implemented a Swier widget which shows book information in a card, the next step is when the card is taped to push a new page, here is the code: class CardSwiper extends StatelessWidget { final List books; …
notarealgreal
  • 734
  • 16
  • 29
0
votes
1 answer

Use Flutter Swiper to fade-out text in different area

How can I combine a swiper action with a fade-in/fade-out action in another area of the screen? My screen is divided into two halves: The Top is a text widget and the bottom is a swiper widget with two pages. My goal is to fade-out the text in the…
Heikkisorsa
  • 740
  • 9
  • 31
0
votes
1 answer

How to put text in a swiper with flutter?

I have been trying for a while putting text inside a swiper widget on flutter, but I can't, I have been searching but all I find is just with images. this is my code Container( padding: EdgeInsets.only(top: 10.0 ), color : Colors.black12, …
Yenyax
  • 5
  • 4
0
votes
2 answers

Flutter Swiper with a list of widgets

I'm creating an application where there is a scroll view made up using Flutter_Swiper. The problem is that I can't figure out how to put a list of widget inside the Swiper. Let me explain with an example: Widget build(BuildContext context) { …
Jr Antonio
  • 193
  • 1
  • 4
  • 20
-1
votes
2 answers

I am using Flutter swiper package and I want to achieve the following activity

I am Using a Swiper Widget. I was able to swipe front and back. But i also want the functionality swiping to the next card while on a onPressed event. Moreover by pressing a button, I want to move to the next card. How to achieve this…
Arud
  • 131
  • 8
-1
votes
1 answer

Flutter/Dart - How can I play sounds from a list using onPressed with a flatButton in flutter_Swiper package?

G'day Stackoverflowers! I have started learning Flutter/Dart for a personal project and I came across a problem I can't solve. I would really appreciate a bit of help, please. I'm building an application to learn English (I'm an English teacher and…
Tom
  • 11
  • 2
1
2