A new Flutter project by Caleb following the Animate a page route transition cookbook example on the Flutter documentation website. But implemented using ClojureDart.
-
Set up Dart, Flutter, and ClojureDart.
-
Clone this repo.
-
Initialize the project using
clj -M -m cljd.build init animate-transition.main
. -
Fire up a target device (such as an Android emulator using Android Studio).
-
Start the ClojureDart watcher using
clj -M -m cljd.build flutter
.