-
Couldn't load subscription status.
- Fork 985
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Have you checked for an existing issue?
- I have searched the existing issues
Flutter Quill version
flutter_quill: ^10.8.5 flutter_quill_extensions: ^10.8.5
Steps to reproduce
I can see the flutter_quill_extensions library uses universal_html which isn't supported with wasm. Can we port this so I can upgrade my project to wasm?
Context: The unavailable library 'dart:html' is imported through these packages:
main.dart => package:myproject => package:flutter_quill_extensions => package:universal_html => dart:html
EDIT: or if there way for me add the image button without the extensions package that would work too.
EDIT: fork that's already ported
Proposal
use web package instead of html or universal_html in flutter_quill_extensions
CatHood0
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request