Results 530 comments of Ellet

Until now, it's not built-in in jpackage as far as I know It's possible using third party tools that create exe, like [launch4j](https://launch4j.sourceforge.net/) The Gradle plugin https://github.com/TheBoegl/gradle-launch4j

> The stacktrace shows clearly, try > > ```kt > tasks.named("distZip") { > dependsOn(tasks.withType(com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar::class)) > } > ``` Thank you, I will try that, but I'm not sure how it's...

It's a requirement of [flutter_inappwebview](https://pub.dev/packages/flutter_inappwebview) which included by [youtube_player_flutter](https://pub.dev/packages/youtube_player_flutter) Which is needed by `flutter_quill_extensions` and documented in [Platform Specific Configurations](https://pub.dev/packages/flutter_quill_extensions#-platform-specific-configurations) That's why I suggested to discount the support of YouTube...

You're welcome, I'm looking for your feedback about whether you prefer to not have YouTube support built-in as part of `flutter_quill_extensions` at the price of flexibility and avoid many issues...

For anyone facing this issue, refer to [flutter_inappwebview installation](https://pub.dev/packages/flutter_inappwebview#installation) section for web instructions. I did reopen this issue as it should not be a requirement of `flutter_quill_extensions` and should only...

> I already migrated a few open-source packages to `package:web`. If help is needed I can help. Thank you for the offer, in case you're still interested, feel free to...

Should be solved once #1889 is solved. **Update**: Fixed in #1889 by forking and replacing [flutter_keyboard_visibility](https://pub.dev/packages/flutter_keyboard_visibility) with [flutter_keyboard_visibility_temp_fork](https://pub.dev/packages/flutter_keyboard_visibility_temp_fork).

Fixed in [10.8.1](https://github.com/singerdmx/flutter-quill/releases/tag/v10.8.1). @shechren Can you confirm if you're still facing this issue or any related issues to Wasm support?

> flutter_keyboard_visibility_web We no longer use `flutter_keyboard_visibility` if you're using the newer versions of `flutter_quill`; this is likely a transitive dependency from another package. Please test on a new Flutter...

I agree that we have to either use the Android one for compability or the one from Jetbrains compose multiplatform as it's more future proof.