Questions tagged [flutter-pageview]

For questions relating to the PageView class in Flutter. When using this tag also include the more generic [flutter] tag. If your question applies to Flutter more generally, use the [flutter] tag only.

277 questions
-1
votes
0 answers

Problem with BottomNavigation and Pagecontroller when using animateToPage

I have a simple PageView with 3 pages and a BottomNavigationBar. Code: class BottomNavigator extends StatefulWidget { const BottomNavigator({super.key}); @override State createState() => _BottomNavigatorState(); } class…
-1
votes
0 answers

Not able to code the expecting stack listview in frontend

This is what i am trying to achieve I want to this type of horizontal listview I which the two cards are behind the centre card after every rotation. but I am not able to fixed the two cards behind centre card. How to code this in flutter?
-1
votes
1 answer

Flutter: PageView seems to ignore PageController's page property after setState

I'm having the following problem: My library easy_image_viewer has a request to add swipe-to-dismiss. I implemented it using the Dismissible widget. However, when the user zooms in on an image, I noticed I had to find a way to "deactivate" the…
Johannes Fahrenkrug
  • 42,912
  • 19
  • 126
  • 165
-1
votes
1 answer

Flutter - How to keep the page alive when changing it with PageView or BottomNavigationBar

i'm making audio app with PageView and BottomNavigationBar, it should run the audio when isSelected is true and it's working but when I change pages it stop working and isSelected become false again, how to prevent that from happening? i'm also…
Ramez Sleem
  • 53
  • 1
  • 6
-1
votes
1 answer

Not able to get the data from the JSON to fields in flutter

I am able to fetch the JSON data from the server in the flutter application. I need to display the data in PageView.builder and nested ListView.builder, this model I have already created. The code called for implementation orderdetail =…
user14155631
-1
votes
1 answer

Two page on PageView widget in Flutter

Is there any way to show to Two Page at the same time in PageView widget? basically a number of pages need to be set dynamically like for portrait 1 for landscape 2, if not with PageView is there any alternative?
Sadman Samee
  • 107
  • 3
  • 7
-3
votes
1 answer

Flutter how to put Pageview.builder inside GridView.count properly?

I tried using expanded widget and other ways to solve this but I really don't know how to solve this error.. Thank you very much for the help everyone This is the error i get : Exception has occurred. FlutterError (Horizontal viewport was…
1 2 3
18
19