Chris Gibb
Chris Gibb
As a consumer of Flutter, I'd prefer to see separate `package:flutter/material.dart` and `package:flutter/material_you.dart` (or something to that effect). My use case would be to be able to cleanly opt-in or...
Hi @gedw99 thanks for checking out Hydro-SDK! What you're describing should be possible. Check out some of the example repositories for inspiration: https://github.com/hydro-sdk/counter-app https://github.com/hydro-sdk/animated-list-app https://github.com/hydro-sdk/basic-appbar-app https://github.com/hydro-sdk/hotel-booking-app
The documentation website is currently under construction and will clarify this question. For now: Hydro projects contain components. Components in turn contain bytecode chunks that are built from Typescript files....
That's exactly right! I'm hoping to launch Hydro-SDK Registry as a service this year. It will allow for what you're describing.
Is there a stacktrace or anything more to that error you're seeing?
Hi @datee thanks for checking out Hydro-SDK! Haxe support is indeed still planned! The largest part of supporting a language in Hydro-SDK is providing Dart and Flutter APIs that feel...
It's hard to give an ETA about maturity simply because every new Dart package I run through SWID uncovers new problems. As time goes on the number of problems has...
I'd recommend starting from the top down so to speak. Start with some handwritten Haxe bindings and a test that exercises them, and then add the functionality to SWID to...
@datee have you had any luck with this approach?
No worries. Still good to hear! Let me know if I can help 🙂