Results 530 comments of Ellet

Are you testing on Windows? Could you please provide the error details including the stack trace?

Could you try using the [`quill_super_clipboard`](https://pub.dev/packages/quill_super_clipboard) implementation to see if this issue is reproducible? Instructions Add the dependency: ```shell flutter pub add quill_super_clipboard ``` Then call `QuillSuperClipboard.use`: ```dart import 'package:quill_super_clipboard/quill_super_clipboard.dart';...

This is the [related line](https://github.com/FlutterQuill/quill-native-bridge/blob/main/quill_native_bridge_windows/lib/quill_native_bridge_windows.dart#L87) however we need to conform if this issue is reproducible with `super_clipboard`.

>It just straight up doesn't work on Mac... Flutter Quill depends on internal APIs from Flutter, which were silently broken during the addition of multi-window support, AFAIK.

It seems that Windows supports this feature ([Win32 Spell Checking API](https://learn.microsoft.com/en-us/windows/win32/intl/spell-checker-api)). See [ISpellChecker2 in win32](https://github.com/halildurmus/win32/blob/main/packages/win32/lib/src/com/ispellchecker2.dart#L37) package.

> Idk exactly why, but, when i use web browsers, this exceptions are throwed: That's because you're using `dart:io` on the web, which is not supported. We prefer not to...

> Better code readability I think clients prefer stability over readability. > Allows new contributors to enter the code and modify it without much fear of breaking something This should...

> Do you know what could be happening here? I missed the notification. This is probably a bug. The plugin should remove this file if it hasn't already been removed...

> i'll need some help with apple OS Could you provide some steps on how you're testing this change so I can reproduce on macOS and iOS?