linkdy

Linkding client created with Flutter.

APACHE-2.0 License

Stars
13

Main features

Privacy policy

Check the privacy policy here.

Development

  1. Clone this repository.
  2. Run flutter pub get to install all the dependencies.
  3. Run the application on the desired virtual or physical device.

Android signing

  1. Clone android/key.properties.sample and rename it to key.properties.
  2. Fill the varialbes with the values.
  3. Put your keystore.jks file inside android/app/.
  4. Run flutter build apk --release or flutter build appbundle --release to compile and sign the production build.
Created by JGeek00