Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 869 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 869 Bytes

page_view_in_sliding_up_panel

This project demonstrates how to integrate a PageView within a SlidingUpPanel2 in Flutter.

Features

  • 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.

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/page_view_in_sliding_up_panel.git
    
  2. Navigate into the directory:

    cd page_view_in_sliding_up_panel
    
  3. Get the packages:

     flutter pub get
    
  4. Run the app:

     flutter run

Demo

App Demo