basic-appbar-app

此仓库演示了使用 Hydro-SDK 的 Flutter 应用栏和 Material Design 图标。
设置
npm install
flutter pub get
运行
在调试 lib/main.dart 时,请在终端中运行 npx hydroc run,并使用常规 Flutter 工具。
测试
test 目录下的组件测试需要将 ota 下包含的 Typescript 代码构建成 .ota 包,并将其放置在 assets/ota 目录中。运行 npx hydroc build --out-dir assets/ota --profile debug,然后运行 flutter test。