Skip to content
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

Support Flutter callbacks #23

Open
bre1470 opened this issue Dec 5, 2024 · 1 comment
Open

Support Flutter callbacks #23

bre1470 opened this issue Dec 5, 2024 · 1 comment
Labels
enhancement New feature or request has workaround Contains workaround for some use cases ready Issue is ready to be picked up

Comments

@bre1470
Copy link
Member

bre1470 commented Dec 5, 2024

Idea is to use the message channel to be informed about a trigger and then pass it on to the Flutter side. Problem is that nearly all callbacks are sync, but the message channel is async.

@bre1470 bre1470 added the enhancement New feature or request label Dec 5, 2024
@bre1470
Copy link
Member Author

bre1470 commented Jan 10, 2025

Related feedback:

Provide an option to specify a loading view when the chart is in the process of being initialized or a method for executing a callback once the chart is fully initialised

Workaround:

Attach callback to controller of web view.

@bre1470 bre1470 added the has workaround Contains workaround for some use cases label Jan 10, 2025
@oysteinmoseng oysteinmoseng added the ready Issue is ready to be picked up label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request has workaround Contains workaround for some use cases ready Issue is ready to be picked up
Projects
None yet
Development

No branches or pull requests

2 participants