A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Exploring behavior PageView scrolling with bi-directional swipe with pages included ListView elements
Initial Requirements: Create a flexible interface with the ability to view the elements of a two-dimensional data array having an undefined number of elements containing the same undefined number of internal widgets located vertically.
Sample map of screens:
Problem: Sharing a vertical swipe for turning pages and for scrolling elements of a particular viewed page. At the same time, the possibility of horizontal page turning should remain.
Realization: