Skip to content

kekko7072/lms

Repository files navigation

Link Management System

Make managing your links quick and easy!

The Link Management System app makes it easy to store and manage all of your important links. Manage your entire link library with the app’s intuitive organisation system, which allows you to quickly find and open links by description or title. You can also easily add new links to the system, categorize them, and edit their details with just a few clicks.

Download

New release v. 1.1.0 DOWNLOAD

This has new improvements and it's finally available on the release note page.

Credits

This app was initially developed as an exercise, but quickly became a useful and practical tool for managing everyday links.

Simone Procari, Riccardo Rettore and Francesco Vezzani

Release

Follow specific platform release pipeline and then create a release in GitHub where put the files.

macOS

Archive the app in Xcode, Windows >Distribute App > Developer ID > Export Notarized App

Windows

Run 'flutter build windows'. In the folder 'build/windows/runner/Release/', as said in package instructions add the file sqlite3.dll downlaod if it's not already there. Open the file desktop_inno_script.iss with Inno Setup Compiler and Run the script.

Build

macOS

Run on Debug or Release Mode.

Windows

Follow this video to build the .exe file. As said in package instructions remember that in release mode you need to add the file sqlite3.dll downlaod in same folder as your executable. Publish the LMS.exe file.

Linux

Never tested.