Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 607 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 607 Bytes

flutter-persist-sqlite

A new Flutter project by Caleb following the Persist data with SQLite cookbook example on the Flutter documentation website. But implemented using ClojureDart.

Getting Started

  1. Set up Dart, Flutter, and ClojureDart.

  2. Clone this repo.

  3. Initialize the project using clj -M -m cljd.build init persist-sqlite.main.

  4. Fire up a target device (such as an Android emulator using Android Studio).

  5. Start the ClojureDart watcher using clj -M -m cljd.build flutter.