Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 522 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 522 Bytes

Flutter Animation Workshop

A toy project for demonstrating various animation techniques available in the Flutter SDK.

Getting Started

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.