-
Notifications
You must be signed in to change notification settings - Fork 704
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
JS/Web interop follow up #5721
Comments
It's really nice to see the iceberg has finally moved. Way to go ♥ As a JavaScript to Dart developer I'd love to see more beginner friendly examples, especially the ones oriented towards HTML Canvas API using |
This may not be the right place too but wanted to call out I found it very difficult how to handle working with things like WebWorkers in the new package and pass messages back and forth. |
This is the right place to call out things you'd like to see documented, or things you wish had been documented (even if you've already moved on or figured it out). Thank you both @bivens-dev and @projektorius96! |
Just to recap, I guess when it comes about HTML specification and beyond most of developers peoples , layman like me, would love to see more of easy-to-grasp "from scratch" examples for the following:
To follow up, more beginner friendly boilerplates working with Web APIs, just to name a few IndexedDB for in-browser state management, simple Web Workers setup as per @bivens-dev remark or even communication examples, as per issue etc. Cheers ! P.S. Sorry for repeating myself again and again, just cannot wait for changes coming, really excited and appreciate the feedback Dart communitive give us ! To name a few @MaryaBelanger, @parlough |
Hey @projektorius96! The changes referenced in the blog post are all listed in the changelog here. They're mostly incremental improvements for known issues, so nothing big to cover, just that we're making it a little better all the time! |
What are about the docs themselves, anything to share even though some work-in-progress tutorial ? Nearly two months passed since the request, I mean guys at least some beginner tutorial to catch the drift, I am not requesting a complete codelab. Afterall you got complete Flutter team, why when those guys do not do some Work in Progress timeline with incremental tutorials, similarly to how Manning reveals their work in progress. It seems that in this world easier to do things by yourself, then wait for breadcrumbs. Really sad, yet not the first time Google lets people down. |
@projektorius96 Ah I see, yes we have started work on addressing 2) described above, so a getting started tutorial on using JS interop in a new project/from scratch. |
Is any of the documentation planed to be published with Dart 3.5 ? Roughly another two months passed since last enquiry, just wanted to double check, see if any heads up could be given towards the process ? Cheers ! |
any update on this ? |
A few things to improve the recently added JS interop docs based on feedback
1) Conceptual overview of the two new layers
Request: from @mit-mit
Where: https://dart.dev/interop/js-interop
2) Getting started walkthrough / tutorial
Request: #5674
Where: https://dart.dev/interop/js-interop/tutorials (getting-started)
Notes:
package:web
package:web
stuffRelated:
3) Expanded migration guidance
Request: dart-lang/sdk#55352
Where: https://dart.dev/interop/js-interop/tutorials (migration)
Notes:
For existing Dart package maintainers, expanding on examples and references is more useful than tutorial-style content.
The text was updated successfully, but these errors were encountered: