HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chgibb

no profile record

Submissions

Codepush for Flutter

hydro-sdk.io
1 points·by chgibb·há 5 anos·0 comments

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

hydro-sdk.io
1 points·by chgibb·há 5 anos·0 comments

Expressing Inexpressible Constant Values

chgibb.github.io
2 points·by chgibb·há 5 anos·0 comments

One Year of Hydro-SDK

chgibb.github.io
2 points·by chgibb·há 5 anos·0 comments

comments

chgibb
·há 4 anos·discuss
That is something I'm trying to change https://hydro-sdk.io/
chgibb
·há 5 anos·discuss
I am slowly trying to make this happen https://hydro-sdk.io/
chgibb
·há 5 anos·discuss
https://hydro-sdk.io/ enables this approach as well.
chgibb
·há 5 anos·discuss
Have you looked at https://hydro-sdk.io/ ?
chgibb
·há 5 anos·discuss
What was your solution to writing out your parsed Lua AST?
chgibb
·há 5 anos·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
·há 5 anos·discuss
Not Kotlin, but working to bring Flutter to other languages https://hydro-sdk.io/
chgibb
·há 5 anos·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
·há 5 anos·discuss
Very early days still but support for C# is on the roadmap https://hydro-sdk.io/
chgibb
·há 5 anos·discuss
Very early days and not quite "Flutter in C#" but support for C# is on the roadmap https://hydro-sdk.io/
chgibb
·há 5 anos·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
·há 5 anos·discuss
Are you concerned about being locked into Dart as a developer?
chgibb
·há 5 anos·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
·há 5 anos·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
·há 6 anos·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
·há 6 anos·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.