Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bostrot/flutter_android_pip
Simple Flutter plugin for Android picture in picture mode.
https://github.com/bostrot/flutter_android_pip
flutter pip plugin
Last synced: 22 days ago
JSON representation
Simple Flutter plugin for Android picture in picture mode.
- Host: GitHub
- URL: https://github.com/bostrot/flutter_android_pip
- Owner: bostrot
- License: mit
- Created: 2018-06-23T17:04:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T22:43:51.000Z (over 4 years ago)
- Last Synced: 2024-12-19T16:23:40.851Z (24 days ago)
- Topics: flutter, pip, plugin
- Language: Dart
- Homepage:
- Size: 113 KB
- Stars: 14
- Watchers: 3
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter_android_pip
Android PiP for Flutter. Works on Android SDK > 24 include in your AndroidManifest.xml activity:
```
androidandroid:resizeableActivity="true"
android:supportsPictureInPicture="true"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|smallestScreenSize|orientation"
```
## Getting Started
For help getting started with Flutter, view our online
[documentation](https://flutter.io/).For help on editing plugin code, view the [documentation](https://flutter.io/platform-plugins/#edit-code).