This repository is a demonstration of a highly custom UI with Hydro-SDK. This is a direct port of https://github.com/cybdom/hotel_booking_ui
npm install
flutter pub get
Run npx hydroc run
in a terminal while debugging lib/main.dart
with the usual Flutter tools.
The widget tests under the test
directory expect the included Typescript code under ota
to be built into a .ota
package and placed in the assets/ota
directory. Run npx hydroc build --out-dir assets/ota --profile debug
and then flutter test
.