Hydro-SDK: A nifty solution to write Typescript within Flutter
Hydro-SDK is an outstanding new Flutter project that allows Typescript developers to write Typescript code without the need for native bridge or V8.
Hydro-SDK works directly using Dart.
If you are a Flutter developer with enough experience with Typescript, you will find Hydro-SDK very handy in your project.
Currently, Hydro-SDK features a hot reload and functions map.
Hydro-SDK requires npm
and npx
to be installed and available globally on your machine.
Hydro-SDK creators offer a nice set of tutorials to help you get on and start using it in production-ready apps.
I did not have the chance to try it yet, but I am eager to try it soon.