notes/README.md

33 lines
683 B
Markdown

# 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`
2) get flutter dependencies
`flutter pub get`
3) 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.