This is a Flutter client application for Readeck.
🚧 At the moment, this application:
- only targets Linux and Android.
- covers only a limited subset of Readeck functionalities
Install dependencies:
flutter pub getIf you need to confirm the available devices first:
flutter devicesBuild and run on Linux:
flutter build linux
flutter run -d linuxBuild and run on Android:
# Start an emulator or connect an Android device, then run:
flutter run -d android
# Or: build the APK and then run
flutter build apk --debug
adb install -r build/app/outputs/flutter-apk/app-debug.apk