python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Flutter PageView Scroll but only for widgets and not entire pages
Today I have a question, not providing any code.
I would like to create a tiktok like experience for scrolling through my appfeed in flutter. However I don't want to scroll an entire page when I swip...
Tobias Welti
Votes: 0
Answers: 3
Flutter PageView is not jumping to other page but scrolling works
I am simply trying to navigate to another page inside my pageView on a callback. This is my setup:
final PageController _pageController = PageController(
initialPage: 0,
keepPage: true,
);...
Chris
Votes: 0
Answers: 1
Flutter Pageview swipe change background image with animation
I working on a project where I have a Stack widget with a Container which has an image(this is the background of the app):
//Background image:
Container(
decoration: BoxDecoratio...

Gergő Csiszár
Votes: 0
Answers: 2
How to keep state of Flutter PageView while insert item forward?
I get some video data from backend and use PageView to show them. The video data is obtained by paging from backend.In some situations, we need to turn the page forward. So I insert video data forward...
Alvin
Votes: 0
Answers: 1