Category "flutter-pageview"

Column child PageView interaction through the whole screen

I'm trying to create a screen as follows: The bottom part is PageView.builder. I want it to be interactable through the whole screen. The first thing I came up

I'm creating and validating a dynamic form in Flutter, but when I change the page and return to the previous page I get an error. how can i solve

It works in release mode but I get an error in debug mode class UrunHizmetWidget extends StatefulWidget { int index; final state = _UrunHizmetWidgetState();