A new Flutter project demoing Navigation Tutorials from Cookbook > Navigation 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 flutter-tutorial.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
.