-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpubspec.yaml
More file actions
34 lines (30 loc) · 762 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
34 lines (30 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: floating
description: Picture in Picture mode management for Flutter. Available only for Android.
version: 6.0.0
homepage: https://github.com/wrbl606/floating
screenshots:
- description: 'This screenshot shows the transformation from a full-screen application to a movable picture-in-picture form.'
path: assets/cover.png
topics:
- widgets
- picture-in-picture
- android
- flutter
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
dev_dependencies:
build_runner: ^2.1.8
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
mockito: ^5.1.0
flutter:
plugin:
platforms:
android:
package: eu.wroblewscy.marcin.floating.floating
pluginClass: FloatingPlugin