flutter-android-window
flutter-android-window copied to clipboard
A flutter plugin allows you to create native android floating window.
求教悬浮窗里怎么使用flutter_inappwebview插件呢
拖拽不太灵敏
draw overlay后,在界面拖拽不灵敏,是flutter框架的问题吗?作者你好,请问有Android原生实现相同逻辑benchmark过吗。
大佬,什么出ios的版本
My system is macbook m1 pro. ``` ➜ flutter-android-window git:(main) ✗ flutter doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.0.0, on macOS...
To make a fullscreen keyboard when the keyboard is open in landscape mode, this functionality is also found in WhatsApp in landscape mode, for that I am using a great...
Hi, I'm trying Copy & Paste text in TextField in my android floating window. I tried many ways but still, it's not working, also I tried to copy text to...
Unable to start service qiuxiang.android_window.WindowService@f5edd4b with Intent { cmp=com.konn3ct.konn3ct/qiuxiang.android_window.WindowService (has extras) }: java.lang.ClassCastException: android.app.Application cannot be cast to qiuxiang.android_window.AndroidWindowApplication E/AndroidRuntime(27343): at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4133) E/AndroidRuntime(27343): at android.app.ActivityThread.access$1900(ActivityThread.java:226) E/AndroidRuntime(27343): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1916) E/AndroidRuntime(27343): at...
不懂原生java开发 目录下是mainActivity.java 这种应该如何使用该包呢?
你好大佬又来麻烦您了,我在您的项目android_window中使用audio_waveforms进行录音报错如下,我应该怎么解决 android_window: ^0.4.0 audio_waveforms: ^1.0.4 E/MethodChannel#simform_audio_waveforms_plugin/methods( 5946): Failed to handle method call E/MethodChannel#simform_audio_waveforms_plugin/methods( 5946): java.lang.NullPointerException E/MethodChannel#simform_audio_waveforms_plugin/methods( 5946): at com.simform.audio_waveforms.AudioRecorder.isPermissionGranted(AudioRecorder.kt:141) E/MethodChannel#simform_audio_waveforms_plugin/methods( 5946): at com.simform.audio_waveforms.AudioRecorder.checkPermission(AudioRecorder.kt:146) E/MethodChannel#simform_audio_waveforms_plugin/methods( 5946): at com.simform.audio_waveforms.AudioWaveformsPlugin.onMethodCall(AudioWaveformsPlugin.kt:69) E/MethodChannel#simform_audio_waveforms_plugin/methods( 5946): at...
在组件里面的按钮用android_window.resize(600, 400)报错如下 E/flutter (13282): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel., null, null) E/flutter (13282): #0 MainApi.post (package:android_window/pigeon.g.dart:107:7) E/flutter (13282): E/flutter (13282): #1 post (package:android_window/main.dart:59:20) E/flutter (13282):