HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chgibb

no profile record

Submissions

Codepush for Flutter

hydro-sdk.io
1 points·by chgibb·5 năm trước·0 comments

Mangling Dynamic Language Symbols, Uniquely Addressing the Atoms of Hot-Reload

hydro-sdk.io
1 points·by chgibb·5 năm trước·0 comments

Expressing Inexpressible Constant Values

chgibb.github.io
2 points·by chgibb·5 năm trước·0 comments

One Year of Hydro-SDK

chgibb.github.io
2 points·by chgibb·5 năm trước·0 comments

comments

chgibb
·4 năm trước·discuss
That is something I'm trying to change https://hydro-sdk.io/
chgibb
·5 năm trước·discuss
I am slowly trying to make this happen https://hydro-sdk.io/
chgibb
·5 năm trước·discuss
https://hydro-sdk.io/ enables this approach as well.
chgibb
·5 năm trước·discuss
Have you looked at https://hydro-sdk.io/ ?
chgibb
·5 năm trước·discuss
What was your solution to writing out your parsed Lua AST?
chgibb
·5 năm trước·discuss
SVG in Flutter still leaves a lot to be desired. We've ended up building a subset of SVG that can be composed using const code that fills some of the missing gaps in packages like flutter_svg.
chgibb
·5 năm trước·discuss
Not Kotlin, but working to bring Flutter to other languages https://hydro-sdk.io/
chgibb
·5 năm trước·discuss
Over the air updates are currently a "rest of the owl" situation for users.

First party support for hosting and over the air updates is coming before the end of the year.
chgibb
·5 năm trước·discuss
Very early days still but support for C# is on the roadmap https://hydro-sdk.io/
chgibb
·5 năm trước·discuss
Very early days and not quite "Flutter in C#" but support for C# is on the roadmap https://hydro-sdk.io/
chgibb
·5 năm trước·discuss
This is really cool!

Why Lua 5.1 and not 5.2 or 5.3? What does the marshalling story between Lua and the builtin Go modules look like? What would it take to add more builtins or richer marshalling?

I love seeing other Lua implementations.
chgibb
·5 năm trước·discuss
Are you concerned about being locked into Dart as a developer?
chgibb
·5 năm trước·discuss
Sparse-checkouts are amazing. I wrote some small tools that use dependency information in Flutter packages to drive a sparse-checkout. We use it at $dayjob now.
chgibb
·5 năm trước·discuss
We're pretty bought into Flutter. No cross platform toolkit is perfect but Flutter is miles ahead of everything else. For a not very scientific analysis: https://trends.google.com/trends/explore?date=today%205-y&q=...
chgibb
·6 năm trước·discuss
Thanks for the link! I actually haven't seen that project before.

As far as I can tell, starflut appears to offer basic script running with pass through of primitive types from Dart -> guest languages.

Hydro-SDK strives to offer far deeper integration between Dart -> guest languages up to and including extending from Dart classes in guest languages, and passing instances seamlessly back and forth with little overhead.
chgibb
·6 năm trước·discuss
Issues with/dislike of Dart is a pretty common refrain. This project is still very early days but the intent is to bring Flutter into Typescript https://github.com/chgibb/hydro-sdk

Eventually I hope to bring Flutter to C#, Haxe, and (maybe stretching it) eventually Kotlin, Java and Scala.