This project demonstrates how to integrate a PageView
within a SlidingUpPanel2
in Flutter.
- SlidingUpPanel2: Uses the
sliding_up_panel2
package for the sliding panel functionality. - PageView: Implements a
PageView
within the panel to showcase multiple pages. - Scroll Control: Prevents simultaneous scrolling of the
PageView
and the sliding panel.
-
Clone the repository:
git clone https://github.com/your-username/page_view_in_sliding_up_panel.git
-
Navigate into the directory:
cd page_view_in_sliding_up_panel
-
Get the packages:
flutter pub get
-
Run the app:
flutter run