animated-list-app

action-gif

此存储库展示了使用 Hydro-SDK 进行的基本 Flutter 过渡动画。

设置

npm install
flutter pub get

运行

在调试 lib/main.dart 时,在终端中运行 npx hydroc run,并使用常规 Flutter 工具。

测试

test 目录下的widget测试需要将 ota 下包含的 Typescript 代码构建成 .ota 包,并将其放置在 assets/ota 目录中。运行 npx hydroc build --out-dir assets/ota --profile debug 然后 flutter test

GitHub

https://github.com/hydro-sdk/animated-list-app