-
-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using PageView with Flutter_Form_Builder #222
Comments
I've managed to make progress by using a PageView.builder |
hi @CedYF |
Messaged, thanks! |
Hi @CedYF, |
@danvick Tried to use page view with the package. My problem is that inputs lose their values when page index is changed. |
Figured it out. |
Then close, please. |
Can you share your solution? |
Please share the solution. |
Thankful if someone could please share the solution. |
Maybe wrapping PageView with a FormBuilder. It is complicated to understand without any code to test |
Hi, is there any way to implement pageview?
When I try I keep getting this error:
The following assertion was thrown during performResize():
flutter: Horizontal viewport was given unbounded height.
Any examples would be great
The text was updated successfully, but these errors were encountered: