https://github.com/js-bhavyansh/pageview
Flutter app that showcases a vertical page view with colorful screens to swipe through
https://github.com/js-bhavyansh/pageview
dart flutter page-view
Last synced: 4 months ago
JSON representation
Flutter app that showcases a vertical page view with colorful screens to swipe through
- Host: GitHub
- URL: https://github.com/js-bhavyansh/pageview
- Owner: js-bhavyansh
- Created: 2024-10-20T12:00:27.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-20T12:08:57.000Z (7 months ago)
- Last Synced: 2025-02-12T23:43:55.732Z (4 months ago)
- Topics: dart, flutter, page-view
- Language: C++
- Homepage:
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Vertical Page View Example
This Flutter app demonstrates a vertical page view that allows users to swipe between different screens. Each screen has a unique background color, showcasing various shades of purple and orange.
## Features
- Vertical page scrolling with multiple pages.
- Each page displays a different background color.## Description
"Simple Flutter app that lets you swipe vertically through colorful screens."## Preview
## Getting Started
To run this project on your local machine:
1. Clone the repository and open it in your IDE:
```bash
git clone https://github.com/Bhavyansh03-tech/PageView.git
```
2. Run the project on an emulator or a physical device.
```bash
flutter run
```## Contributing
Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.
1. Fork the repository.
2. Create your feature branch (`git checkout -b feature/your-feature`).
3. Commit your changes (`git commit -am 'Add some feature'`).
4. Push to the branch (`git push origin feature/your-feature`).
5. Create a new Pull Request.## Contact
For questions or feedback, please contact [@Bhavyansh03-tech](https://github.com/Bhavyansh03-tech) on GitHub or connect with me on [LinkedIn](https://www.linkedin.com/in/bhavyansh03/).
---