flutter_floatwing icon indicating copy to clipboard operation
flutter_floatwing copied to clipboard

A Flutter plugin that makes it easier to make floating/overlay window for Android with pure Flutter. 一个可以用纯粹的Flutter来开发Android浮动窗口的插件。

Results 16 flutter_floatwing issues
Sort by recently updated
recently updated
newest added

你好,我的App通过entry-point方式开启悬浮窗,悬浮窗包含在GetMaterialApp中。 在悬浮窗的SchedulerBinding.instance.addPostFrameCallback调用Window.of(context)和FloatwingPlugin().currentWindow都返回null。 调用syncWindows()后再通过windows["xxxID"]可以获取window对象,但不会回调onData。 版本信息 flutter_floatwing: ^0.2.1 Flutter: 3.0.5

This may be a common issue. Plugins register method channels and message channels in `onAttachEngine`, While the window engine started, those channels will be registered again. That will cause the...

bug
help wanted

../../../flutter/.pub-cache/hosted/pub.dartlang.org/flutter_floatwing-0.2.0/lib/src/provider.dart:143:30: Warning: Operand of null-aware operation '?.' has type 'SchedulerBinding' which excludes null. - 'SchedulerBinding' is from 'package:flutter/src/scheduler/binding.dart' ('../../../flutter/packages/flutter/lib/src/scheduler/binding.dart'). SchedulerBinding.instance?.addPostFrameCallback(postFrameCallback); ![20220706-errors](https://user-images.githubusercontent.com/93185/177469382-2da2d628-0d18-41bc-86f3-eed41f2411dc.jpg) Screen shows a scrollable windows, but appears to not...

question

I tried to use your example code, but when I run it I can't press 'Open' (inactive). Any suggestions on this, or some kind of video tutorial for using your...

question

In release mode, an error occurs, ``` E/flutter (17069): [ERROR:flutter/shell/common/shell.cc(93)] Dart Unhandled Exception: NoSuchMethodError: No top-level getter 'androidWindow' declared. E/flutter (17069): Receiver: top-level E/flutter (17069): Tried calling: androidWindow, stack trace:...

bug

#### 2020.01.02 or some days - [x] start project and research #### 2022.05.10 and before fews days 1. [x] implement first 2. [x] imporve code style 3. [x] manage multi...

bug
documentation
enhancement

创建了一个window 然后类似demo里的AssistiveTouch一样 希望能再创建一个新的window 但是在初始化新的window的时候,整个应用的初始又全部重新走了一遍(应用没有重新启动之类的视觉上的变化,是全部相关的日志重新输出了) 然后start之后也没有任何反应

* What went wrong: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. The following dependencies do not satisfy the required version: project ':flutter_floatwing' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

Hi, great package! I tried to run the example app and couldn't run it. So I've decided to create a minimal app based on the docs but couldn't run either....

Thanks for the great package! ### Specs: **Flutter**: 3.3.10 (stable) **Android SDK**: 31.0.0-rc4 **flutter_floatwing**: ^0.2.1 ### Issue: I'm trying to run a simple test, where I show an overlay with...