-
Notifications
You must be signed in to change notification settings - Fork 345
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
How to Display final output #2
Comments
Check the example app, it works on Flutter Web. TLDR: initialize editor:
get text:
widget:
Let me know if you have any issues with this. |
I had another thought about this - if you want to display the output in WYSIWYG format with Flutter widgets, I recommend you use flutter_html like this: initialize editor:
get text:
widget:
I don't want to add this as an option in the package because it is quite a heavy dependency, but the option is there if you want to use it. |
String? txt = await controller.getText(); submit button it's not able to set the state in the latest version on web, can you check |
Do you get any errors in the console? |
there are no errors on the console, the state is not set, when I am trying to print the txt, the console is just stuck there, no response in the console. |
Yep I found the issue and it is fixed on master. the |
Upgrade version `file_picker`
I want to display the final output on the flutter web, but there is no option to display the final output... Can you help me on this
please
The text was updated successfully, but these errors were encountered: