Go to file
lukas-heiligenbrunner 8e0cd05ded allow zooming on desktop when holding ctrl and scrolling
add prototype of selection mode, span up dashed rectangle
2022-12-02 00:25:37 +01:00
android Selection mode 2022-11-17 10:39:06 +00:00
gen fix merge issues 2022-11-02 23:31:44 +00:00
ios init 2022-10-23 15:50:44 +02:00
lib allow zooming on desktop when holding ctrl and scrolling 2022-12-02 00:25:37 +01:00
linux init 2022-10-23 15:50:44 +02:00
.gitignore fix merge issues 2022-11-02 23:31:44 +00:00
.gitlab-ci.yml fix merge issues 2022-11-02 23:31:44 +00:00
.metadata init 2022-10-23 15:50:44 +02:00
analysis_options.yaml display filename on top bar 2022-10-30 21:57:13 +01:00
LICENSE add readme and license 2022-11-25 22:23:30 +01:00
pubspec.lock Selection mode 2022-11-17 10:39:06 +00:00
pubspec.yaml Selection mode 2022-11-17 10:39:06 +00:00
README.md add readme and license 2022-11-25 22:23:30 +01:00

Notes

A FOSS alternative for taking handwritten notes on Android. Note that this project is still in an early development stage and far away to be seen as stable.

Features

  • Paged view
  • saving to a file
  • deleting strokes
  • highlight with marker
  • export as pdf

Getting Started

  1. check out the project

git clone https://gitlab.heili.eu/lukas/notes.git

  1. get flutter dependencies

flutter pub get

  1. build apk

flutter build apk --target-platform android-arm64

now you have built your apk at ./build/app/outputs/apk/release/app-release.apk

Contribution

Any contribution is appreciated. Feel free to open an issue or a pull request if you found a bug.