animated-list-app
this repository is a demonstration of basic flutter transition animations with hydro-sdk.
setting up
npm install
flutter pub get
running
run npx hydroc run
in a terminal while debugging lib/main.dart
with the usual flutter tools.
testing
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
.
Comments are closed.