flutter_float_window 0.0.2 copy "flutter_float_window: ^0.0.2" to clipboard
flutter_float_window: ^0.0.2 copied to clipboard

outdated

A new Flutter plugin.

flutter_float_window #

A Flutter plugin for Android show float window.

How to use #

if you have the permission show float window

FlutterFloatWindow.showFloatWindow();

FlutterFloatWindow.hideFloatWindow();

if you have no permission show flot window

   if (await FlutterFloatWindow.canShowFloatWindow()) {
                    FlutterFloatWindow.showFloatWindow();
                  } else {
                    FlutterFloatWindow.openSetting();
                  }

setVieoUrl

    Map<String, String> params = {
                    "videoUrl":""
                  };
                  FlutterFloatWindow.setVideoUrl(params);
10
likes
0
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter plugin.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_float_window