Skip to content

pviotti/readeck-flutter

Repository files navigation

Readeck Flutter

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

Development setup

Install dependencies:

flutter pub get

If you need to confirm the available devices first:

flutter devices

Build and run on Linux:

flutter build linux
flutter run -d linux

Build 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

About

Flutter Android app for Readeck

Topics

Resources

Stars

Watchers

Forks

Contributors