Skip to content
QubaB edited this page Mar 25, 2025 · 16 revisions

My personal version of Saber, it includes changes not accepted in main version which I want. Thanks to @adil192 for excelent software.

My additional features

  • take a photo
  • crop images
  • move selection between pages
  • smaller toolbar icons
  • eraser button fix for my Samsung tablet
  • fixed storing Nextcloud credentials on Windows
  • possibility to synchronize not encrypted files to Nextcloud (if you have your personal nextcloud server) - this can avoid problem with too long filenames of synchronized notes (encryption of filename can create too long filenames)
  • view on last 10 files synchronized to/from Nextcloud
  • sort notes - thanks to code of @Edgiest05
  • search for notes - thanks to code of @JonaFleischmann

QBSaber-main branch is my main branch.

Compile

compile for Android

flutter clean
flutter pub get
flutter build apk
adb install -r build\app\outputs\flutter-apk\app-release.apk

compile for Windows

flutter build windows

Compiled app is in build\windows\x64\runner\Release\saber.exe

debug Windows

In Android studio simply choose Windows platform.