Skip to content

Cross-platform Readwise client built with Flutter.

License

Notifications You must be signed in to change notification settings

rockiedo/readwise-lite

Repository files navigation

Readwise Lite

Get it on Google Play

Overview

This is a minimal version of the Readwise app. It works offline and offers a convenient search function.

Project setup

This project leverages:

  • FVM for easy switching between Flutter versions.
  • Melos for seamless modularisation.

Please make sure that you have them set up before building the project. The detailed instructions can be found at:

Build instruction

Once you have the project set up. Please follow these steps to build and run the app.

Bootstrap the project

Bootstrap is needed when:

  • Setting up the project for the first time.
  • Changing the dependencies between packages in the project.
# Under the [root_project] directory
melos bootstrap

Build and run the app

Before continuing, make sure you have a physical device, an Android emulator or an iOS simulator connected.

# Under the `[root_project]/app` directory.
fvm flutter devices

fvm flutter run

License

Readwise Lite is available for free on Google Play Store. It is also open-source under the MIT license.