2022-11-25 21:23:30 +00:00
|
|
|
# Notes
|
2022-10-23 13:50:44 +00:00
|
|
|
|
2022-11-25 21:23:30 +00:00
|
|
|
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
|
2022-10-23 13:50:44 +00:00
|
|
|
|
|
|
|
## Getting Started
|
|
|
|
|
2022-11-25 21:23:30 +00:00
|
|
|
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`
|
2022-10-23 13:50:44 +00:00
|
|
|
|
|
|
|
|
2022-11-25 21:23:30 +00:00
|
|
|
## Contribution
|
2022-10-23 13:50:44 +00:00
|
|
|
|
2022-11-25 21:23:30 +00:00
|
|
|
Any contribution is appreciated. Feel free to open an issue or a pull request if you found a bug.
|