A toy project for demonstrating various animation techniques available in the Flutter SDK.
This is a Flutter-based project, and requires that you install Flutter.
It has been tested with the beta
channel of Flutter. To switch to this channel, execute:
$ flutter channel beta
After the command completes, execute
$ flutter packages get
to fetch necessary dependencies.