Skip to content

Commit 8239894

Browse files
authored
Update README.md
1 parent 2e66878 commit 8239894

File tree

1 file changed

+30
-9
lines changed

1 file changed

+30
-9
lines changed

README.md

Lines changed: 30 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,37 @@
1-
# picture_in_picture
1+
# Video Player with Picture-in-Picture (PiP) Functionality
22

3-
A new Flutter project.
3+
This is a Flutter-based mobile application that demonstrates the **Picture-in-Picture (PiP)** feature while playing videos. Users can play, pause, and minimize videos into a floating window, which stays on top of other app content.
4+
5+
!![Screenshot_1739347798](https://github.com/user-attachments/assets/77c8007b-287f-45f4-be29-52f5dc35d433)
6+
![Screenshot_1739347787](https://github.com/user-attachments/assets/84aa9f14-96e8-4eeb-a7df-382f43e79620)
7+
8+
## Features
9+
10+
- **Video Playback**: Stream videos from URLs with playback controls.
11+
- **Play/Pause**: Easily toggle between play and pause using the play/pause button.
12+
- **PiP Mode**: Minimize the video to a floating window that remains visible while navigating through the app.
13+
- **Full-Screen Icon**: A small icon for switching the video to full-screen mode.
414

515
## Getting Started
616

7-
This project is a starting point for a Flutter application.
17+
To run this project locally, follow the steps below:
18+
19+
### 1. Clone the Repository
20+
21+
First, clone this repository to your local machine:
22+
23+
24+
git clone https://github.com/coderbaba0/picture_in_picture.git
25+
26+
## License
27+
Copyright (c) 2025
28+
29+
This is free and unencumbered software released into the public domain.
30+
31+
Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
832

9-
A few resources to get you started if this is your first Flutter project:
33+
In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.
1034

11-
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
35+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1336

14-
For help getting started with Flutter development, view the
15-
[online documentation](https://docs.flutter.dev/), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
37+
For more information, please refer to https://unlicense.org

0 commit comments

Comments
 (0)