Flutter plugins used in Mixin

Overview
Comments
  • [desktop_webview_window] crash on the windows 11

    [desktop_webview_window] crash on the windows 11

    Logs

    Lost connection to device.
    Failed to send request: {"jsonrpc":"2.0","id":"112","method":"resume","params":{"isolateId":"isolates/3882021751716507"}}
    

    Desktop

    版本	Windows 11 专业版
    版本	21H2
    安装日期	‎2021/‎11/‎1
    操作系统版本	22000.978
    体验	Windows 功能体验包 1000.22000.978.0
    

    Video1

    https://user-images.githubusercontent.com/12608693/191410201-8fe25fed-ee19-4019-926e-9617fb02c030.mp4

    Video2

    https://user-images.githubusercontent.com/12608693/191410992-4c413ec2-7040-479d-8bb6-4e6aa61e80f7.mp4

    platform-windows desktop_webview_window 
    opened by feimenggo 9
  • [desktop_multi_window] Closing the window in the debug environment stops the application

    [desktop_multi_window] Closing the window in the debug environment stops the application

    Code

    packages/desktop_multi_window/example

    Video

    https://user-images.githubusercontent.com/38198300/155260167-a2690483-da84-402e-bd04-0d7994102dc1.mp4

    But this doesn't happen after I generate the release version

    help wanted question desktop_multi_window 
    opened by MoonBlueSky 9
  • [desktop_multi_window] The appWindow's actions only applies on the parent screen (bitsdojo_window)

    [desktop_multi_window] The appWindow's actions only applies on the parent screen (bitsdojo_window)

    Hi, I am on linux and when I used bitsdojo plugin with desktop_multi_window package and whenever I closed any sub-window then all opened windows of that app would be closed too.

    But when I used bitsdojo_window with multi_window plugin then that didn't happened.

    Could it be fixed.

    question desktop_multi_window 
    opened by prateekmedia 7
  • Problem to play ogg opus

    Problem to play ogg opus

    I have a problem to play a audio

    is loading in exemple

    https://filesmix.nyc3.digitaloceanspaces.com/sistema/2218/e1204c2596638bf6076bef8b824609b68b86e61c/1648126293-blob.ogg

    ogg_opus_player 
    opened by rafaellfmachado 6
  • [desktop_drop] Expose pointer coordinates when files are dropped

    [desktop_drop] Expose pointer coordinates when files are dropped

    It would be awesome if onDragDone could provide the pointer location on the screen. The usecase is for drawboard applications like Figma or Adobe XD where it allows to drag and drop images and shows them at pointer location.

    e.g.

    onDragDone: (List<Uri> urls, Offset position) {
      // dx = x coordinate
     // dy = y coordinate
    }
    
    enhancement 
    opened by BirjuVachhani 6
  • Update to later versions of Kotlin and Gradle

    Update to later versions of Kotlin and Gradle

    This is causing some issues in builds that use this package as a transitive dependency. I'm not sure how it's coming up since it's just the example folder, but this bump in versions should fix the issue. More info here https://github.com/GetStream/stream-chat-flutter/issues/1372

    opened by CalHoll 5
  • [desktop_multi_window] Not working with flutter 3.3 on Windows

    [desktop_multi_window] Not working with flutter 3.3 on Windows

    desktop_multi_window plugin not working with flutter 3.3 on Windows. To check it you can upgrade flutter and run example.

    Native exception:

    Thrown exception at 0x00007FF8B0B0F8F5 (flutter_windows.dll) in desktop_multi_window_example.exe: 0xC0000005: Access violation while reading at address 0x0000000000000008.
    
    bug desktop_multi_window 
    opened by krida2000 5
  • [desktop_multi_window] Passing data back to parent window

    [desktop_multi_window] Passing data back to parent window

    On the windows version, I would like to pass data back to the parent window from a created multi_window instance. Is there a limitation in the engine itself that prevents me from modifying the C++ code, or is it just not implemented yet?

    desktop_multi_window 
    opened by jason4012 4
  • [desktop_multi_window] In the created window can not call other plugins

    [desktop_multi_window] In the created window can not call other plugins

    In the created window can not call other plug-ins, it will throw MissingPluginException, but the main window can be called.

    operating system: ubuntu 21.10

    opened by SiongSng 4
  • [pasteboard] How to listen to clipboard paste events?

    [pasteboard] How to listen to clipboard paste events?

    Is there a way to listen to clipboard paste events and then read image? How do I use this plugin in situation where whenever an image is pasted from clipboard, I need a callback to handle the event?

    opened by BirjuVachhani 4
  • [desktop_webview_window] How can I listen to url changes

    [desktop_webview_window] How can I listen to url changes

    First of all big thanks for the plugin! I would like to use it for an authentication flow in which I have to fetch a secret from a callback url. In order to do that I would need to be able to listen to url changes to identify the callback url and extract the secret.

    I tried to find a way to implement that with this plugin but had no success so far. Could you maybe point me to a solution for that?

    enhancement desktop_webview_window 
    opened by 3rpse-ai 4
  • [win_toast] Toast not display on release mode

    [win_toast] Toast not display on release mode

    Hello, when i run example code on debug mode toast is working correctly, but when i build using MSIX package and install application toast not working. Thank you

    opened by ekokurniadi 0
  • New frameless window

    New frameless window

    I'd like to use the new window as a full screen overlay. (to show media)

    Is it possible to open it up frameless?

    More info: bitsdojo_window package sets a custom frame for the main flutter window app but the new window opened by DesktopMultiWindow.createWindow completely ignores the custom frame of bitsdojo_window and opens up a simple window.

    Any solution for this situation?

    opened by asmith20002 0
  • [pasteboard][Windows] Copy image to clipboard is not working

    [pasteboard][Windows] Copy image to clipboard is not working

    Hi,

    I currently copy the image to clipboard with Pasteboard.writeFiles([...])

    In the app, I successfully get the image from clipboard with Pasteboard.image

    But when I go to another chat app (Facebook Messenger,...), I cannot paste the image by control + V.

    Please help me check this, Thanks!

    opened by annd22 0
  • [win_toast] 更新最新代码后,win_toast编译失败

    [win_toast] 更新最新代码后,win_toast编译失败

    已启动重新生成…
    1>------ 已启动全部重新生成: 项目: ZERO_CHECK, 配置: Debug x64 ------
    1>Checking Build System
    2>------ 已启动全部重新生成: 项目: flutter_assemble, 配置: Debug x64 ------
    2>Generating E:/githubcode/flutter-plugins/packages/win_toast/example/windows/flutter/ephemeral/flutter_windows.dll, E:/githubcode/flutter-plugins/packages/win_toast/example/windows/flutter/ephemeral/flutter_export.h, E:/githubcode/flutter-plugins/packages/win_toast/example/windows/flutter/ephemeral/flutter_windows.h, E:/githubcode/flutter-plugins/packages/win_toast/example/windows/flutter/ephemeral/flutter_messenger.h, E:/githubcode/flutter-plugins/packages/win_toast/example/windows/flutter/ephemeral/flutter_plugin_registrar.h, E:/githubcode/flutter-plugins/packages/win_toast/example/windows/flutter/ephemeral/flutter_texture_registrar.h, E:/githubcode/flutter-plugins/packages/win_toast/example/windows/flutter/ephemeral/cpp_client_wrapper/core_implementations.cc, E:/githubcode/flutter-plugins/packages/win_toast/example/windows/flutter/ephemeral/cpp_client_wrapper/standard_codec.cc, E:/githubcode/flutter-plugins/packages/win_toast/example/windows/flutter/ephemeral/cpp_client_wrapper/plugin_registrar.cc, E:/githubcode/flutter-plugins/packages/win_toast/example/windows/flutter/ephemeral/cpp_client_wrapper/flutter_engine.cc, E:/githubcode/flutter-plugins/packages/win_toast/example/windows/flutter/ephemeral/cpp_client_wrapper/flutter_view_controller.cc, _phony_
    2>Building Custom Rule E:/githubcode/flutter-plugins/packages/win_toast/example/windows/flutter/CMakeLists.txt
    3>------ 已启动全部重新生成: 项目: flutter_wrapper_plugin, 配置: Debug x64 ------
    3>Building Custom Rule E:/githubcode/flutter-plugins/packages/win_toast/example/windows/flutter/CMakeLists.txt
    3>core_implementations.cc
    3>standard_codec.cc
    3>plugin_registrar.cc
    3>正在生成代码...
    3>flutter_wrapper_plugin.vcxproj -> E:\githubcode\flutter-plugins\packages\win_toast\example\build\windows\flutter\Debug\flutter_wrapper_plugin.lib
    4>------ 已启动全部重新生成: 项目: win_toast_plugin, 配置: Debug x64 ------
    4>Building Custom Rule E:/githubcode/flutter-plugins/packages/win_toast/example/windows/flutter/ephemeral/.plugin_symlinks/win_toast/windows/CMakeLists.txt
    4>win_toast_plugin.cpp
    4>DesktopNotificationManagerCompat.cpp
    4>notification_manager.cc
    4>dll_importer.cc
    4>正在生成代码...
    4>  正在创建库 E:/githubcode/flutter-plugins/packages/win_toast/example/build/windows/plugins/win_toast/Debug/win_toast_plugin.lib 和对象 E:/githubcode/flutter-plugins/packages/win_toast/example/build/windows/plugins/win_toast/Debug/win_toast_plugin.exp
    4>win_toast_plugin.obj : error LNK2019: 无法解析的外部符号 WINRT_GetRestrictedErrorInfo,函数 "public: __cdecl winrt::hresult_error::hresult_error(struct winrt::hresult,struct winrt::take_ownership_from_abi_t)" (??0hresult_error@winrt@@QEAA@Uhresult@1@Utake_ownership_from_abi_t@1@@Z) 中引用了该符号
    4>DesktopNotificationManagerCompat.obj : error LNK2001: 无法解析的外部符号 WINRT_GetRestrictedErrorInfo
    4>win_toast_plugin.obj : error LNK2019: 无法解析的外部符号 WINRT_RoGetActivationFactory,函数 "struct winrt::Windows::Foundation::IActivationFactory __cdecl winrt::get_activation_factory<struct winrt::Windows::Foundation::IActivationFactory>(struct winrt::param::hstring const &)" (??$get_activation_factory@UIActivationFactory@Foundation@Windows@winrt@@@winrt@@YA?AUIActivationFactory@Foundation@Windows@0@AEBUhstring@param@0@@Z) 中引用了该符号
    4>DesktopNotificationManagerCompat.obj : error LNK2001: 无法解析的外部符号 WINRT_RoGetActivationFactory
    4>win_toast_plugin.obj : error LNK2019: 无法解析的外部符号 WINRT_RoOriginateLanguageException,函数 "private: void __cdecl winrt::hresult_error::originate(struct winrt::hresult,void *)" (?originate@hresult_error@winrt@@AEAAXUhresult@2@PEAX@Z) 中引用了该符号
    4>DesktopNotificationManagerCompat.obj : error LNK2001: 无法解析的外部符号 WINRT_RoOriginateLanguageException
    4>win_toast_plugin.obj : error LNK2019: 无法解析的外部符号 WINRT_SetRestrictedErrorInfo,函数 "public: struct winrt::hresult __cdecl winrt::hresult_error::to_abi(void)const " (?to_abi@hresult_error@winrt@@QEBA?AUhresult@2@XZ) 中引用了该符号
    4>win_toast_plugin.obj : error LNK2019: 无法解析的外部符号 WINRT_WindowsCreateString,函数 "void * __cdecl winrt::impl::create_string(wchar_t const *,unsigned int)" (?create_string@impl@winrt@@YAPEAXPEB_WI@Z) 中引用了该符号
    4>DesktopNotificationManagerCompat.obj : error LNK2001: 无法解析的外部符号 WINRT_WindowsCreateString
    4>win_toast_plugin.obj : error LNK2019: 无法解析的外部符号 WINRT_WindowsCreateStringReference,函数 "public: __cdecl winrt::param::hstring::hstring(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (??0hstring@param@winrt@@QEAA@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) 中引用了该符号
    4>DesktopNotificationManagerCompat.obj : error LNK2001: 无法解析的外部符号 WINRT_WindowsCreateStringReference
    4>win_toast_plugin.obj : error LNK2019: 无法解析的外部符号 WINRT_WindowsDeleteString,函数 "public: static void __cdecl winrt::impl::hstring_traits::close(void *)" (?close@hstring_traits@impl@winrt@@SAXPEAX@Z) 中引用了该符号
    4>DesktopNotificationManagerCompat.obj : error LNK2001: 无法解析的外部符号 WINRT_WindowsDeleteString
    4>win_toast_plugin.obj : error LNK2019: 无法解析的外部符号 WINRT_WindowsPreallocateStringBuffer,函数 "public: __cdecl winrt::impl::hstring_builder::hstring_builder(unsigned int)" (??0hstring_builder@impl@winrt@@QEAA@I@Z) 中引用了该符号
    4>win_toast_plugin.obj : error LNK2019: 无法解析的外部符号 WINRT_WindowsDeleteStringBuffer,函数 "public: __cdecl winrt::impl::hstring_builder::~hstring_builder(void)" (??1hstring_builder@impl@winrt@@QEAA@XZ) 中引用了该符号
    4>win_toast_plugin.obj : error LNK2019: 无法解析的外部符号 WINRT_WindowsPromoteStringBuffer,函数 "public: struct winrt::hstring __cdecl winrt::impl::hstring_builder::to_hstring(void)" (?to_hstring@hstring_builder@impl@winrt@@QEAA?AUhstring@3@XZ) 中引用了该符号
    4>win_toast_plugin.obj : error LNK2019: 无法解析的外部符号 WINRT_WindowsGetStringRawBuffer,函数 "public: wchar_t const * __cdecl winrt::hstring::begin(void)const " (?begin@hstring@winrt@@QEBAPEB_WXZ) 中引用了该符号
    4>DesktopNotificationManagerCompat.obj : error LNK2001: 无法解析的外部符号 WINRT_WindowsGetStringRawBuffer
    4>E:\githubcode\flutter-plugins\packages\win_toast\example\build\windows\plugins\win_toast\Debug\win_toast_plugin.dll : fatal error LNK1120: 11 个无法解析的外部命令
    
    help wanted win_toast 
    opened by chifandeyu 5
Owner
Mixin Network
We build open source software that always puts security, privacy and decentralization first.
Mixin Network
A Flutter package that makes it easy to customize and work with your Flutter desktop app's system tray.

system_tray A Flutter package that that enables support for system tray menu for desktop flutter apps. on Windows, macOS and Linux. Features: - Modify

AnTler 140 Dec 30, 2022
Flutter-Clock-and-Reminder-App - a highly functional clock and reminder app developed on flutter framework.

clock_app A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if thi

Umar Baloch 6 Aug 4, 2022
A native textfield that can be used in place of Flutter's TextField widget.

Better Textfield A native textfield that can be used in place of Flutter's TextField widget. Demo demo.mp4 Here are some screenshots of the demo app:

Abhay Maurya 1 Sep 13, 2022
Some GCC plugins useful for OI training/judging.

gcc-plugin-for-oi Some GCC plugins useful for OI training/judging. Currently, only one plugin no_opt_attr_plugin is included. Build Simply make all. O

Xidian University Programming Contest Training Base 3 Mar 14, 2022
Programming tutorial series for creating LV2 plugins using C/C++ and turtle.

Programming LV2 Plugins From Scratch Programming tutorial series for creating LV2 plugins using C/C++ and turtle. Content Programming LV2 Plugins From

null 34 Dec 24, 2022
Dockerfile/docker-compose Elasticsearch with plugins elasticsearch-analysis-vietnamese and coccoc-tokenizer

docker-es-cococ-tokenizer Dockerfile/docker-compose Elasticsearch with plugins elasticsearch-analysis-vietnamese and coccoc-tokenizer Deployment docke

Nguyễn Nhật Minh Tú 7 Nov 8, 2022
SDK for creating GTA IV .asi plugins

iv-sdk "SDK" for creating GTA IV .asi plugins Supports 1.0.7.0 and 1.0.8.0 (EFIGS only) The majority of the project has been created for 1.0.8.0 and t

null 29 Dec 9, 2022
Portedplugins - A collection of plugins for the SuperCollider sound environment, all of which are ported / remixed from elsewhere

PortedPlugins A collection of plugins for the SuperCollider sound environment, all of which are ported / remixed from elsewhere - including hardware s

mads kjeldgaard 126 Dec 20, 2022
The pico can be used to program other devices. Raspberry pi made such an effort. However there is no board yet, that is open-source and can be used with OpenOCD as a general-purpose programmer

pico-probe-programmer The pico can be used to program other devices. Raspberry pi made such an effort. However there is no board yet, that is open-sou

martijn 22 Oct 15, 2022
GLSL optimizer based on Mesa's GLSL compiler. Used to be used in Unity for mobile shader optimization.

GLSL optimizer ⚠️ As of mid-2016, the project is unlikely to have any significant developments. At Unity we are moving to a different shader compilati

Aras Pranckevičius 1.6k Jan 3, 2023
A cross-platform (Android/iOS/Windows/macOS) cronet plugin for Flutter via `dart:ffi`

cronet_flutter A cross-platform (Android/iOS/Windows/macOS) cronet plugin for Flutter via dart:ffi

null 25 Dec 11, 2022
A Pokemon app made in Flutter for a workshop.

pokedex_app A new Flutter project. Getting Started This project is a starting point for a Flutter application

Pawan Kumar 10 Jan 26, 2022
A light-weight Flutter Engine Embedder based on HADK ,which for Android devices that runs without any java code

flutter-hadk A light-weight Flutter Engine Embedder based on HADK ,which for Android devices that runs without any java code 1.Build by android-ndk-to

null 12 Jun 15, 2022
Acrylic & aero blur effect on Flutter Windows 💙.

flutter_acrylic Acrylic & aero blur effect on Flutter Windows. Installation Mention in your pubspec.yaml.

Hitesh Kumar Saini 441 Jan 8, 2023
Flutter-v2 Firebase Messaging, Foreground and Background Notifications + Topic Subscription and Broadcast Notifications Source code

Flutter Notification & FCM The repo is about flutter notification and FCM (Firebase Cloud Messaging). It is updated with Flutter v2 and new updates of

Amanullah 36 Nov 10, 2022
A Flutter Web Plugin to display Text Widget as Html for SEO purpose

SEO Renderer A flutter plugin (under development) to render text widgets as html elements for SEO purpose. Created specifically for issue https://gith

Sahdeep Singh 103 Nov 21, 2022
A new JS script plugin for flutter

js_script Run JS script. Usage // Create a JS context. JsScript script = JsScript(); // Define a class. var classInfo = ClassInfo<TestClass>( newI

null 5 Mar 8, 2022
This plugin allows Flutter desktop apps to defines system tray.

tray_manager This plugin allows Flutter desktop apps to defines system tray. tray_manager Platform Support Quick Start Installation ⚠️ Linux requireme

LeanFlutter 122 Dec 22, 2022