in , ,

A demonstration of basic Flutter transition animations with Hydro-SDK

animated-list-app

Transition animations allow you to create animations that can be as simple or complex as you want them to be. To demonstrate basic Flutter transition animations with Hydro-SDK, this repository will be on display for you to see.

transition animations

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.

GitHub

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

Written by James

A sample for having PageView transformation effects in Flutter

A Circle Page Transition Effects For Flutter