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
  • [desktop_multi_window] Create child window crash

    [desktop_multi_window] Create child window crash

    A clear and concise description of what the bug is.

    Reproduce Steps

    Steps to reproduce the behavior:

    1. running desktop_multi_window_example
    2. Click on 'Create a new World'
    3. crash

    image

    image

    Version :

    • Flutter Version: [e.g. v3.3.10]
    • OS: [windows 10]
    • plugin: [desktop_multi_window newest]
    opened by Sunshine334419520 0
  • [pasteboard] Rename `Pasteboard.image` to `Pasteboard.fileBytes`

    [pasteboard] Rename `Pasteboard.image` to `Pasteboard.fileBytes`

    Hey, thanks for the package, it's solving my problem!

    But when I started working with it I didn't understand that I can get the file bytes from the Pasteboard.image. It's not obvious to me. So if you'll rename this getter to the fileBytes it will be much more convenient and easier to understand

    opened by Maksimka101 0
  • [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
Owner
Mixin Network
We build open source software that always puts security, privacy and decentralization first.
Mixin Network
Flutter Community Plus Plugins

Flutter Community Plus Plugins Plus plugins PlusPlugins is a set of Flutter plugins that is developed based on existing Flutter plugins with extra fun

Flutter Community 1.1k Jan 5, 2023
Experimental plugins for Flutter for Desktop

Desktop Embedding for Flutter This project was originally created to develop Windows, macOS, and Linux embeddings of Flutter. That work has since beco

Google 7.1k Jan 7, 2023
Binder is a web framework that can be used to create web apps and APIs .

Binder Framework Binder is a web framework that can be used to create web apps and APIs . It's like React + Express or any combination of front-end fr

Kab Agouda 8 Sep 13, 2022
Flutter Installer is an installer for Flutter built with Flutter 💙😎✌

Flutter Installer Flutter Installer is an installer for Flutter built with Flutter ?? ?? ✌ Flutter and the related logo are trademarks of Google LLC.

Yazeed AlKhalaf 406 Dec 27, 2022
A Flutter package that makes it easy to customize and work with your Flutter desktop app window.

bitsdojo_window A Flutter package that makes it easy to customize and work with your Flutter desktop app window on Windows, macOS and Linux. Watch the

Bits Dojo 607 Jan 4, 2023
Flutter plugin for Flutter desktop(macOS/Linux/Windows) to change window size.

desktop_window Flutter plugin for Flutter desktop(macOS/Linux/Windows) to change window size. Usage import 'package:desktop_window/desktop_window.dart

ChunKoo Park 72 Dec 2, 2022
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
Fluttern is a web app made with Flutter to list Flutter internships/jobs for the community.

Fluttern Fluttern is a web app made with Flutter to list Flutter internships/jobs for the community. It uses Google Sheet as a backend, simplifying th

Aditya Thakur 3 Jan 5, 2022
Flutter on Windows, MacOS and Linux - based on Flutter Embedding, Go and GLFW.

go-flutter - A package that brings Flutter to the desktop Purpose Flutter allows you to build beautiful native apps on iOS and Android from a single c

null 5.5k Jan 6, 2023
A clean front-end plugin to Volumio, the Linux distribution for music playback. Volumio Touch Display Lite is written in Flutter and runs on flutter-pi.

EN | 中文 Touch Display Lite plugin for Volumio 3 Feng Zhou, 2021-12 Touch Display Lite is a clean and fast user interface for Volumio 3, the Linux dist

Feng Zhou 5 Jul 26, 2022
File picker plugin for Flutter, compatible with mobile (iOS & Android), Web, Desktop (Mac, Linux, Windows) platforms with Flutter Go support.

A package that allows you to use the native file explorer to pick single or multiple files, with extensions filtering support.

Miguel Ruivo 987 Jan 6, 2023
Flutter plugin to store data behind biometric authentication (ie. fingerprint)

biometric_storage Encrypted file store, optionally secured by biometric lock for Android, iOS, MacOS and partial support for Linux, Windows and Web. M

AuthPass 125 Dec 28, 2022
The Chicago widget set for Flutter

Chicago widget library The Chicago widget set is a retro 32-bit desktop design language for Flutter. It was discussed in the Building a desktop design

Todd Volkert 405 Dec 30, 2022
🎞 Flutter media playback, broadcast & recording library for Windows, Linux & macOS. Written in C++ using libVLC & libVLC++. (Both audio & video)

dart_vlc Flutter media playback, broadcast, recording & chromecast library for Windows, Linux & macOS. Written in C++ using libVLC & libVLC++. Install

Hitesh Kumar Saini 417 Dec 29, 2022
Implements Microsoft's Fluent Design System in Flutter.

fluent_ui Design beautiful native windows apps using Flutter Unofficial implementation of Fluent UI for Flutter. It's written based on the official do

Bruno D'Luka 1.8k Dec 30, 2022
Windows95 UI components for Flutter apps. Bring back the nostalgic look and feel of old operating systems with this set of UI components ready to use.

Flutter95 Windows95 UI components for Flutter apps. UNDER CONSTRUCTION Screenshots Components Scaffold95 Scaffold as a Windows95 styled window. Provid

Miguel Beltran 141 Dec 26, 2022
Flutter library for window blur & transparency effects for on Windows & Linux. 💙

flutter_acrylic Window blur & transparency effects for Flutter on Windows & Linux Installation Mention in your pubspec.yaml. dependencies: ... flu

Hitesh Kumar Saini 437 Dec 31, 2022
A Javascript engine to use with flutter. It uses quickjs on Android and JavascriptCore on IOS

Flutter JS plugin A Javascript engine to use with flutter. Now it is using QuickJS on Android through Dart ffi and JavascriptCore on IOS also through

Ábner Oliveira 334 Jan 3, 2023
A Flutter plugin to read 🔖 metadata of 🎵 media files. Supports Windows, Linux & Android.

flutter_media_metadata A Flutter plugin to read metadata of media files. A part of Harmonoid open source project ?? Install Add in your pubspec.yaml.

Harmonoid 60 Dec 2, 2022