-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] #217
Comments
After I upgraded for new Flutter version 3.27.X, I always receve this messages: Package quill_html_editor_v2:android references quill_html_editor:android as the default plugin, but the package does not exist, or is not a plugin package. Package quill_html_editor_v2:ios references quill_html_editor:ios as the default plugin, but the package does not exist, or is not a plugin package. Package quill_html_editor_v2:android references quill_html_editor:android as the default plugin, but the package does not exist, or is not a plugin package. Package quill_html_editor_v2:ios references quill_html_editor:ios as the default plugin, but the package does not exist, or is not a plugin package. Package quill_html_editor_v2:android references quill_html_editor:android as the default plugin, but the package does not exist, or is not a plugin package. Package quill_html_editor_v2:ios references quill_html_editor:ios as the default plugin, but the package does not exist, or is not a plugin package. For now I'm returning the flutter version to 3.24.5 using the |
@gustavo-moreira-pinto I am generally having a bad feeling about this package. Last update was 11 months ago and even bugs like these here are not being addressed. Maybe it's time to fork it or look for an alternative? Does somebody have one? |
I'm trying to resolve the issue |
Describe the bug
A clear and concise description of what the bug is.
When using Flutter 3.27.0, the
quill_html_editor
package referencesquill_html_editor:android
andquill_html_editor:ios
as the default plugins, but it does not provide an inline implementation. This causes build issues.To Reproduce
Steps to reproduce the behavior:
quill_html_editor
package to yourpubspec.yaml
.
3. Run
flutter pub get
.4. Attempt to build the project.
5. See warning.
Warning
The package should either avoid referencing a default implementation via
platforms: android: default_package: quill_html_editor
or add an inline implementation toquill_html_editor
viaplatforms: android: pluginClass
ordartPluginClass
.Desktop (please complete the following information):
Smartphone (please complete the following information):
Flutter Doctor
Please run
flutter doctor
in the terminal and add the log here.The text was updated successfully, but these errors were encountered: